i need help making a container with max stack count 96

Started by alki89 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i need help making a container with max stack count 96

i am making a container and i want to make it have a max stack count of 96 instead of 64.

for example, in a chest, iron can get max 64 per stack but i want to make it max 96 per stack

 

does anybody know how to do it?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
have you tried setting the…
Wed, 07/02/2025 - 22:02

have you tried setting the gui slot stack size above 64?

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes i tried but it didn't…
Thu, 07/03/2025 - 09:03

yes i tried but it didn't work with every item, it worked only with custom items

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think you can do…
Thu, 07/03/2025 - 11:59

I don't think you can do this easily. Stack size uses either the stack size of the item or the stack size of the container, whichever one is lowest. Therefore, most vanilla items will only stack up to 64 even if the container can support higher stack sizes, as there is no way to force an item to stack up to the container's maximum stack size within MCreator's interface (except for custom items with a high stack size set).

I am almost certain that there would be some way to do this with custom coding, but I have no clue what that code would be, or how complex it would be.

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh, thanks anyway
Thu, 07/03/2025 - 14:29

oh, thanks anyway