The Twilight Forest

The Twilight Forest

143M Downloads

[1.12.2] Twilight Forest crashes Mystcraft Age

sProgg opened this issue ยท 1 comments

commented

Forge version: 14.23.3.2702
Twilight Forest version: 3.7.424
Link to crash log: https://pastebin.com/reLjC3A0

Steps to reproduce:

  1. Make a Mystcraft age with a Twilight Forest biome in it
  2. Enter Age with book

What I expected to happen:
Game to load the age and play normally.
What happened instead:
Game crashes, might be a problem with structure gen?

commented

Could probably do with a null-check here:

// skeleton spawner!
world.setBlockState(pos.add(3, 1, 3), Blocks.MOB_SPAWNER.getDefaultState(), 2);
TileEntityMobSpawner ms = (TileEntityMobSpawner) world.getTileEntity(pos.add(3, 1, 3));
ms.getSpawnerBaseLogic().setEntityId(EntityList.getKey(EntityTFSkeletonDruid.class));