remove default machine recipes
TheNimbleNinja opened this issue ยท 4 comments
What Should Be Added or Changed?
support for removing default machine recipes
or craftweaker support :(
- (Description)
Why Should This Be Done?
lets people use your mod to make differnt default recipes
- (Description)
I haven't tried it myself, but I'm told CraftTweaker can already remove any type of recipe.
it can remove crafting table and vanilla recipes by itself but you would have to add support for your machines for it to be able to remove your recipes
It can remove any registered recipe type. For instance, <recipetype:silentsmechanisms:alloy_smelter>.removeByName("silentsmechanisms:alloy_smelter/steel");
It has an addJsonRecipe method too.
Thanks @Partonetrain. Looks like the correct line in that case is:
<recipetype:silents_mechanisms:alloy_smelting>.removeByName("silents_mechanisms:alloy_smelting/steel");
I'll add that to the wiki.
Also noticed JEI is only displaying recipe IDs for standard crafting recipes. Was it always like that? Guess I should add that to the tooltips if I can.