TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Crash when adding a custom block to the "ore_spawn_data.json" file.

Verph opened this issue ยท 0 comments

commented

Describe the bug
The game seems to crash when generating and loading a new world, when adding a new non-tfc block to the ore_spawn_data.json file.

Logs:
latest.log
crash-2019-08-19_18.12.30-server.txt

The error doesn't happen in TFC v0.20.2.52 and older.

To Reproduce
I've added the current text to the ore_spawn_data.json file:

  "magma": {
    "ore": "minecraft:magma",
    "size": "small",
    "shape": "scattered_cluster",
    "rarity": 150,
    "minimum_height": 1,
    "maximum_height": 15,
    "density": 100,
    "base_rocks": [
      "tfc:igneous_extrusive",
      "tfc:igneous_intrusive",
      "tfc:metamorphic",
      "tfc:sedimentary"
    ]
  }

This seems to instantly cause the game to crash upon loading a world.

Meta Info

  • TFC Version: 0.21.1.54
  • Only TerraFirmaCraft
  • Default configs
  • Customized ore_spawn_data.json file