#Max stack size above 99
13 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Zamn 🙁
hmmm i do wonder
i know the default is set to 64 but on item creation or modification i think you can change it to any number you want
ItemEvents.modification(event => {
event.modify('minecraft:ender_pearl', item => {
item.maxStackSize = 64
})
})
here as an example
by the way having a stack size above 64 might not interact well with some mods
mmm could be who knows i guess the only way is to test it and find out
the safer approach is to do what tcon did and have the "stack size" be part of item metadata