Traverse-Joe / Baubley-Heart-Canisters

Bringing back heart canisters with baubles!
Other
8 stars 15 forks source link

Stack Config Problem #42

Open iAmAutolocker opened 3 years ago

iAmAutolocker commented 3 years ago

Description When I change the heartStackSize value in the config file to anything more than 64, and I put more than 64 of a heart canister type into the amulet, the heart canisters will disappear.

To Reproduce

  1. Change heartStackSize value to a number greater than 64
  2. Put more than 64 of a heart canister type into amulet
  3. Close the amulet, and reopen it.

Expected Behavior My heart canisters will remain in the amulet.

What Happened The heart canisters cease to exist.

Screenshots 2021-07-30_19 54 13 2021-07-30_19 54 18 2021-07-30_19 54 21

Traverse-Joe commented 3 years ago

This is intended. Max stack size is 64 hard code via Minecraft so you can’t exceed that without me making my own item stack handler to do so. I will make sure the config gives range.