Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crafting upgrade slots can't hold items with 99 max stack size #1187

Open
Phoupraw opened this issue Oct 31, 2024 · 3 comments
Open

Crafting upgrade slots can't hold items with 99 max stack size #1187

Phoupraw opened this issue Oct 31, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Phoupraw
Copy link

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:

  1. Run command /give @p stone[minecraft:max_stack_size=99] 99.
  2. Hold the items in cursor and click slots in crafting upgrade.
  3. Only 64 items are placed.

Expected behavior
The entire stack should be placed.

Screenshots
image

Versions

  • MC 1.21(.1)
  • Neoforge 21.0.143
  • Sophisticated Core 0.6.45
  • Sophisticated Backpack 3.20.17
@P3pp3rF1y
Copy link
Owner

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.

@P3pp3rF1y P3pp3rF1y added the question Further information is requested label Oct 31, 2024
@Phoupraw
Copy link
Author

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.

@P3pp3rF1y
Copy link
Owner

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

@P3pp3rF1y P3pp3rF1y added bug Something isn't working and removed question Further information is requested labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants