Problem: When removing recipes of type minecraft:crafting_shapedor minecraft:crafting_shapeless, it also removes the automatically created recipes create:automatic_[packing,shaped,shapeless]
How do I prevent that from happening? Is there a way to:
- delay recipe removal until after create did its thing,
- bulk re-add recipes (i.e. somehow export recipes and re-add them)
- or bulk change recipe type (i.e. somehow change every
create:automatic_shapelesstocreate:mixing)?