Vanilla Templates

If you would like Emendatus Enigmatica to completely replace the Vanilla Ores, and give me more control over some of its values, the below templates can be used with minor modifications to suit your needs;

NOTE: It is simply impossible to compare the results of a tint-based texture to a drawn texture, and therefore the tint result of the below templates might seem a little off when compared to Vanilla based textures. A complete set of drawn textures has been provided to avoid such mismatching, and should you wish to use the textures provided in Resources, make sure you remove the color object from the below templates.

Materials:

Coal

{
  "id": "coal",
  "source": "vanilla",
  "localizedName": "Coal",
  "disableDefaultOre": true,
  "processedTypes": [
    "ore",
    "dust",
    "plate",
    "gear",
    "rod"
  ],
  "properties": {
    "materialType": "gem",
    "harvestLevel": 0,
    "isBurnable": true,
    "burnTime": 1600
  },
  "oreDrop": {
    "drop": "minecraft:coal",
    "min": 1,
    "max": 1
  },
  "colors": {
    "materialColor": "1c1c1e"
  }
}

Copper

Iron

Gold

Lapis Lazuli

Redstone

Diamond

Emerald

Nether Quartz


Strata

Stone

Deepslate

Netherrack


Deposits

As of the latest version of Minecraft, some of the Vanilla Ores have multiple spawn configurations. Multiple configuration templates can be found below per Material.

Coal

Copper

Iron

Gold

Diamond

Emerald

Lapis Lazuli

Redstone

Nether Quartz

Last updated