Skip to content

Getting Started

Eivind Norling edited this page Aug 30, 2021 · 16 revisions

Configuration:

Check out these chapters for information on specific topics

Finding the json files

Path: ../config/oretweaker/data/

Understanding the json files

Values:

Value Explanation
ore The registry name of the block to generate. Can be found by pressing F3 + H and hover over in inventory
filler What block to replace with the "ore", usually stone or nether rack
minY Minimum Y-Level ore can spawn above
maxY Maximum Y-Level ore can spawn below
maxVeinSize Maximum size of ore vein
spawnRate How many attempts at generating the ore per chunk
biomeBlacklist List of forbidden biome names where the ore cannot generate [Choose either blacklist or whitelist or none of them]
biomeWhitelist List of allowed biome names where the ore can generate [Prioritized above blacklist]

Example of how the coal_ore.json file can look like.

{
  "oreConfig": [
    {
      "ore": "minecraft:coal_ore",
      "filler": "minecraft:stone",
      "minY": 32,
      "maxY": 96,
      "maxVeinSize": 22,
      "spawnRate": 16,
      "biomeBlacklist": [],
      "biomeWhitelist": []
    }
  ]
}

Wiki Pages


Intro


Information

Ore Tweaker 2

Ore Tweaker 3


Configuring

Ore Tweaker 2

Ore Tweaker 3


Debugging


Supported Versions

Version Supported
1.18.x-3.0.x ✔️
1.17.x-2.6.x ✔️
1.16.5-2.6.x ✔️
1.12.x-1.x.x
1.11.x-1.x.x
1.10.x-1.x.x
1.9.x-1.x.x
1.8.x-1.x.x
1.7.x-1.x.x

Versions marked with ❌ is no longer supported. Help to configure these version will not be provided.

Clone this wiki locally