Add better support for turning mods on/off
* Make the Minecraft "mod" enabled at all times * Sort the list of mods to move required mods to the top * Automatically enable a mod which has a recipe selected (e.g., from a query param)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Quartz Cutting Knife"]],
|
||||
"input": [[1, "Iron"], [2, "Stick"], [2, "Certus Quartz"]],
|
||||
"input": [[1, "Iron Ingot"], [2, "Stick"], [2, "Certus Quartz"]],
|
||||
"tools": ["Crafting Table"]
|
||||
}, {
|
||||
"output": [[1, "Basic Processor Assembly"]],
|
||||
|
||||
Reference in New Issue
Block a user