How to make so a block itemstack is smaller than 64

Started by Voindex on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make so a block itemstack is smaller than 64

Help its been 3 days you can give me custom code i jsut need help

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lock the block element when…
Mon, 01/27/2025 - 03:50

Lock the block element when you are finished with it, then right click it to get the option to "open in code editor", select the "[BlockName]BlockEntity.java" and near the middle  should be "GetMaxStackSize" and change 64 to 1. However I will state if you use the blockstate plugin on the block to give it more blockstates this will prevent you from running the game as you will receive an error.