Baubley Heart Canisters

Baubley Heart Canisters

12M Downloads

Stack Config Problem

iAmAutolocker opened this issue · 1 comments

commented

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

commented

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.