Closed Susul-1312 closed 1 year ago
This is already something you can do using CraftTweaker's scripting language by just looping through the tag you want to remove stages from. If you need more help with your scripts try joining the CraftTweaker discord.
You are able to add Items to stages by their OreDict entry, but the inverse would also be extremely useful. Potential usecase: You want to restrict mods to stages, but you want an ore shared by multiple mods to be completely unrestrictred.
This would also make the mod more predictable, as
addItemStage
allows you to use OreDicts, but if you do the same withremoveItemStage
you get an error