Allow minecraft:air in assembler recipes as a way to disable them (or other way to disable MI recipes)
Closed this issue ยท 2 comments
im creating the glue datapack recipes for my own personal "modpack" and I want to disable the builtin ae2 compatability recipes for the assembler, however i can't do the usual datapack trick of creating a recipe with an input of air as it throws an exception when loading the recipe
Alternatively allow an empty json object to remove the recipe (which also doesn't work, as it throws about the eu & duration keys being missing)