1.16.5 Crash when placing Alloy Smelter in the world (AbstractMethodError)
Freebi85 opened this issue · 2 comments
MC 1.16.5 / NuclearCraft Neoteric 1.16.5-1.0.0.beta.3
this will keep happening whenever theAlloy Smelter (and probably other machines too) is loaded/ticked.
The block entity class (AlloySmelterBE) is missing a concrete tick() implementation (shown as func_73660_a). When the world tries to tick it, Java throws AbstractMethodError and the server dies.
This is weird. All processors are extending NuclearCraftBE which has tick() method
Probably some other mod is messing around
Ok thank you for the heads up.
Since my environment includes RoadRunner (a Lithium fork), this is my main suspect, as it rewrites the pathways of block entities.
Even if RoadRunner isn’t calling the wrong method, its transforms might change resolution sites enough to expose an abstract method on the subclass. When i get some time i will test the two togehter in a clean environment.