#Lootjs hel
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
1 messages · Page 1 of 1 (latest)
I need the loot table of chests to not have a diamond axe, how do I do this?
LootJS.modifiers((event) => {
event.LootJS.modifiers((event) => {
event.removeLoot("minecraft:diamond_axe").apply((context) => {
// do whatever you like
// example: context.level to access the level
});
});
});
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!