You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you try putting a stack of item whose count is greater than 64 into crafting slots, only 64 items are placed, leftover remains in cursor.
To Reproduce
Steps to reproduce the behavior:
Run command /give @p stone[minecraft:max_stack_size=99] 99.
Hold the items in cursor and click slots in crafting upgrade.
Only 64 items are placed.
Expected behavior
The entire stack should be placed.
Screenshots
Versions
MC 1.21(.1)
Neoforge 21.0.143
Sophisticated Core 0.6.45
Sophisticated Backpack 3.20.17
The text was updated successfully, but these errors were encountered:
This is a non issue. There's no way of getting more than max stack size on cursor in regular game and there's way more stuff that would be broken if player was able to. Sounds to me more like that command is broken that it allows this. As such I am going to close unless you can provide me with steps I can get to this in survival without commands.
I use command just for sample. In fact I installed a mod that boosts max stack size of all items to 99, so in a way this is a compability issue, though it can be reproduced without that mod.
Actually looking more into how this new data component works I am finding that I am wrong about vanilla capping at 64 in guis. Looks like I have to fix this one to allow max 99 or max stack size as defined for the stack if that's lower
Describe the bug
If you try putting a stack of item whose count is greater than 64 into crafting slots, only 64 items are placed, leftover remains in cursor.
To Reproduce
Steps to reproduce the behavior:
/give @p stone[minecraft:max_stack_size=99] 99
.Expected behavior
The entire stack should be placed.
Screenshots
Versions
The text was updated successfully, but these errors were encountered: