Tech Reborn

Tech Reborn

30M Downloads

[1.17] Ore configuration seems to be missing in world.json

olee opened this issue ยท 2 comments

commented

Describe the bug
I created a new pack with tech reborn (first time user) and there seems to be no configuration for ores in world.json config file, even though it seems to have been added here: 7138a8d.

Steps to Reproduce
Install and run (latest) version v5.0.2-beta+build.38

Content of world.json

{
  "loot": {
    "enableOverworldLoot": {
      "comment": "When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests.",
      "value": true
    },
    "enableEndLoot": {
      "comment": "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.",
      "value": true
    },
    "enableNetherLoot": {
      "comment": "When true TechReborn will add ingots, machine frames and circuits to Nether loot chests.",
      "value": true
    }
  }
}

Environment (please complete the following information with the version):

  • Minecraft: 1.17
  • Mod Loader: fabric
commented

Ore gen won't be a thing until 1.18

commented

The configurable ore gen is current disabled due to some changes in 1.17. I will need to change it a bit to make it work again.