Darkhax-Minecraft / ItemStages

Allows items to be put into stages.
GNU Lesser General Public License v2.1
7 stars 18 forks source link

Remove Item Stage for OreDict #87

Closed Susul-1312 closed 1 year ago

Susul-1312 commented 1 year ago

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 with removeItemStage you get an error

Darkhax commented 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.