Wiki 9Minecraft Ex Nihilo Adscensio Wiki

Oreregistry

OreRegistry

The Ore Registry contains all the information about pieces, chunk, dusts and ingots added by Ex Nihilo Adscensio. Depending on your installed mods, Ex Nihilo Adscensio adds chunks for a number of metals, but more can be added by the user.

The format of each element in OreRegistry.json has the following format:

[
{
    "name": "readableName",
    "color": {
      "r": 1.0,
      "g": 1.0,
      "b": 0.0,
      "a": 1.0
    },
    "result": {
      "name": "modid:itemname",
      "meta": 0
    }
  }
]

The result can be null, and if so, Ex Nihilo Adscensio will also generate an ingot.

This is an array of ores, so makes sure there's a comma between entries BETWEEN the square brackets. Please note that a malformed JSON may not cause a crash, but may instead cause your custom recipe to not work. Please check the logs carefully.