Future MC

Future MC

14M Downloads

Fireproof items below y=-64 get deleted with the cubic chunks mod

IAmSneak opened this issue ยท 0 comments

commented

Fireproof items below y=-64 get deleted. This wouldn't be a problem because that is the void, however y=-64 in a cubic chunks world is just normal underground, so these items get deleted for seemingly no reason.

The problematic code is lines 147 to 149 of FireproofItemLogic.kt

I assume if you have it check if its out of world the vanilla way it should work, but im not certain.