-
Bug
-
Resolution: Fixed
-
24w12a, 24w13a
-
None
-
Confirmed
-
Commands
-
Important
-
Platform
Despite the new maximum stack size being 99 with the introduction of the minecraft:max_stack_size item stack component, several commands are arbitrarily restricted to the old maximum stack size of 64.
Affected commands include:
- /item replace block <pos> <slot> with <item> <count>
- /item replace entity <targets> <slot> with <item> <count>
I would expect these commands to use a maximum stack size specific to the item for stack sizes 65 through 99, as other instances already do. For example, attempting to replace a slot with a oak boat with count 2 produces the error 'minecraft:oak_boat can only stack up to 1'. Instead, the error 'Integer must not be more than 64, found 99' is produced.
- is duplicated by
-
MC-269696 No more than 99 items can be set for a container using /item, even if minecraft:max_stack_size is set.
- Resolved
-
MC-269845 /item does not follow new 'max_stack_size' item attribute
- Resolved
- relates to
-
MC-269700 Item count in "/item replace" is restricted to the default stack size
- Resolved