Botania

Botania

133M Downloads

ItemPhysic keepAlive issue

CreativeMD opened this issue ยท 2 comments

commented

Hello,
i'm the author of ItemPhysic and someone reported this bug:
CreativeMD/ItemPhysic#11
Maybe we can fix this issue together, because i have no idea what is going on :D

commented

Whoever reported that issue is clueless and managed to turn something they don't know into a technical term they pulled out of their ass. Let me translate, your mod doesn't respect getEntityLifespan, a forge method that defines how long an EntityItem can stay in the world for before despawning.
https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/common/item/equipment/tool/ItemTerraPick.java#L169

commented

Oh thank you :D
will fix that.