{
  "__comments": [
    "WARNING: All changes should be made to the file with the name Custom",
    "in the title. Changes made to the Generated file will be overwritten.",
    "",
    "This file defines ore compatibility.",
    "",
    "Slag content will be generated for each oredict entry.",
    "",
    "The first valid key in each langKey list will be chosen; reorder keys",
    "to change which key is selected.",
    "",
    "The first valid nugget in each output list will be chosen; reorder nuggets",
    "to change which nugget is selected.",
    "",
    "Slag color is a hex color code without the #",
    "",
    "Lang keys are in the format: (domain):(key)",
    "",
    "Output item strings are in the format: (domain):(path):(meta)"
  ],
  "oredict": {
    "oreAluminum": {
      "slagColor": "e2e2e3",
      "langKey": [
        "geolosys:geolosys.cluster.aluminum"
      ],
      "output": [
        "jaopca:item_nuggetaluminium:0"
      ]
    },
    "oreCopper": {
      "slagColor": "ffaa1c",
      "langKey": [
        "geolosys:geolosys.cluster.copper"
      ],
      "output": [
        "jaopca:item_nuggetcopper:0"
      ]
    },
    "oreGold": {
      "slagColor": "fcee4b",
      "langKey": [
        "geolosys:geolosys.cluster.gold",
        "minecraft:tile.oreGold"
      ],
      "output": [
        "minecraft:gold_nugget:0"
      ]
    },
    "oreIron": {
      "slagColor": "d8af93",
      "langKey": [
        "geolosys:geolosys.cluster.iron",
        "minecraft:tile.oreIron"
      ],
      "output": [
        "minecraft:iron_nugget:0"
      ]
    },
    "oreLead": {
      "slagColor": "95afee",
      "langKey": [
        "geolosys:geolosys.cluster.lead"
      ],
      "output": [
        "jaopca:item_nuggetlead:0"
      ]
    },
    "oreNickel": {
      "slagColor": "e4e5d8",
      "langKey": [
        "geolosys:geolosys.cluster.nickel"
      ],
      "output": [
        "jaopca:item_nuggetnickel:0"
      ]
    },
    "orePlatinum": {
      "slagColor": "55f3ff",
      "langKey": [
        "geolosys:geolosys.cluster.platinum"
      ],
      "output": [
        "jaopca:item_nuggetplatinum:0"
      ]
    },
    "oreSilver": {
      "slagColor": "e8f6fd",
      "langKey": [
        "geolosys:geolosys.cluster.silver"
      ],
      "output": [
        "jaopca:item_nuggetsilver:0"
      ]
    },
    "oreTin": {
      "slagColor": "c3e9ff",
      "langKey": [
        "geolosys:geolosys.cluster.tin"
      ],
      "output": [
        "jaopca:item_nuggettin:0"
      ]
    }
  }
}