#Item Modification
11 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
what needs to be changed by that?
This page is still being worked on, so if some info is missing, please check back later!
What's cha...
ItemEvents.modification(event => {
event.modify('minecraft:ender_pearl').maxStackSize(64).fireResistant(true)
});
You need something like this
that's registering an item, not modifying an already registered one
you don't 
Oh, it worked in my world to change the stack size of ender pearl to 64 😅