Fix caps so they persist on End Respawning (Forge)
TelepathicGrunt opened this issue ยท 3 comments
Forge caps are lost on end respawning. All of them. Need to fix
And for essence,
BzGeneralConfigs.keepEssenceOfTheBeesOnRespawning.get() && event.isWasDeath() needs to be
BzGeneralConfigs.keepEssenceOfTheBeesOnRespawning.get() || !event.isWasDeath() to match fabric behavior
Fixed in the newest 1.19.2 bumblezone update released now.
The fix for the 1.19.3 bumblezone is coming soon.