Hbm's Nuclear Tech Mod Reloaded

Hbm's Nuclear Tech Mod Reloaded

1M Downloads

FEL crash

VanyaKnCH opened this issue ยท 1 comments

commented

after i placed FEL and rejoined world my game crashes
https://pastebin.com/wYQsX7Bf

commented

If my MC Deobfuscation mappings are correct, isOutsideBuildHeight() is throwing an exception because somehow, the block position is being put in an impossible location, and thus, returning a null value. This is a NullPointerException.
Vanilla code returning the null value:
image

What could be causing it:
image
Y-position value is somehow below 0, or above 255

ffgeuaInit() is creating a blockpos that it should not. Have it check y-values before returning the BlockPos object.