Crash w/ Biomes You'll Go Mod
WenXin20 opened this issue ยท 2 comments
1.10.2-Forge 2092
BASE V17
Crashes w/ the Oh, the Biomes You'll Go Mod on game load
Crash Log
ok so, this is 100% the other mod's fault, so the offending lines mentioned, according to a decompiled class is:
GameRegistry.addSmelting(Blocks.field_150350_a, new ItemStack(block), 1.0F);
that is a line in their mod, that translates to Blocks.AIR
they are doing some weird thing, not our fault, nothing We can do.