#Max stack size above 99

13 messages · Page 1 of 1 (latest)

sage mesa
#

Is it possible to make the stack size above 99 or would I need a seperate mod for that?

south sirenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

fair violet
#

uhh

#

better just download mod

sage mesa
#

Zamn 🙁

short ibex
#

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

true breach
#

by the way having a stack size above 64 might not interact well with some mods

short ibex
#

mmm could be who knows i guess the only way is to test it and find out

true breach
#

the safer approach is to do what tcon did and have the "stack size" be part of item metadata