Removing an item from all loottables ?
Thyriel opened this issue ยท 2 comments
Is there any way to manipulate all loot tables at once ?
For example i want to remove all minecraft:iron_sword from all loot tables. Would i need to call every getTable for every table and remove it one by one or can i somehow use getTable or so to get all tables in a single object ?
I've actually been working on a feature to allow for this, since about a week ago. Unfortunately it's run into technical difficulties, and I haven't yet figured out how to get round them.