#(nasrulswd) how can i set max stack cetern item?

16 messages · Page 1 of 1 (latest)

versed loom
#

help

surreal spindleBOT
#

(nasrulswd) how can i set max stack cetern item?

surreal spindleBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

granite folio
#

!m max_stack_size

unreal frostBOT
# granite folio !m max_stack_size

Sets the maximum stack size for all items this material type.
Note that altering this will probably require a script performing "- inventory update" in the event "after player clicks in inventory:" to maintain sync.
The maximum the client will interact with is stacks of 64, however you can set the max up to 127 and the client will render it, but refuse to move stacks properly.

Object

MaterialTag

Input

ElementTag(Number)

Tags

<MaterialTag.max_stack_size> Returns the maximum amount of this material that can be held in a stack.

sour nicheBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@versed loom

versed loom
#
        after player clicks in inventory:
            - inventory adjust <material[golden_apple]> max_stack_size:16
            - inventory update

#

why not work

#

i don't understand

desert ice
#

you can only adjust the max_stack_size from ALL items

#

not from certain onces

#

need to use - adjust command

sour nicheBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@versed loom