From 0d1c05cefab8c63b2147a1a81e537c74b5cbeb73 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 25 May 2020 13:43:53 -0700 Subject: Initial commit --- modinfo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modinfo.json (limited to 'modinfo.json') diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..614e550 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "whynocheeseburger", + "name": "Cheeseburger recipe hotfix", + "authors": ["jc_gargma"], + "description": "For some odd reason, cheeseburgers cannot be made with a brioche bun while hamburgers can. This mod fixes that.", + "category": "rebalance", + "dependencies": [ "dda" ] + } +] -- cgit v1.2.1