Darkhax-Minecraft / ItemStages

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

To save time #25

Closed lobbienjonsji closed 6 years ago

lobbienjonsji commented 6 years ago

mods.ItemStages.stageAllItemsExcept (stage, [items not to be staged]) and mods.ItemStages.stageModItemsExcept (stage, mod, [items not to be staged]) would be a nice addition to save time and make the scripts smaller.

Darkhax commented 6 years ago

It is already possible to recreate this with basic CrT. I may add this in the future, however I kind of want to keep things lightweight for now, and encourage people to learn CrT Zenscript instead.