TerraFirmaCraft

TerraFirmaCraft

2M Downloads

[1.20.1] torchItem get's broken down on air

LeoBeliik opened this issue ยท 0 comments

commented

after commit a0793cf torchItems gets destroyed when dropped either from breaking them or just from throwing them from the inventory anywhere, this is due to empty fluid / air has a temperature of 0, which returns true in:

return fluid.getFluidType().getTemperature() < 400; // 400 K ~ 127 C, reasonable heuristic