Skip to content

Instantly share code, notes, and snippets.

@shadowfacts
Created December 31, 2016 16:11
Show Gist options
  • Save shadowfacts/be89f1ccde9c1b061f8daffccdbc76da to your computer and use it in GitHub Desktop.
Save shadowfacts/be89f1ccde9c1b061f8daffccdbc76da to your computer and use it in GitHub Desktop.
{
"0": [
{
"ore": {
"id": "minecraft:coal_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 72,
"size": 140,
"chance": 1000
},
{
"ore": {
"id": "minecraft:iron_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 72,
"size": 90,
"chance": 2000
},
{
"ore": {
"id": "minecraft:gold_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 32,
"size": 90,
"chance": 17000
},
{
"ore": {
"id": "minecraft:redstone_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 16,
"size": 80,
"chance": 5000
},
{
"ore": {
"id": "minecraft:diamond_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 16,
"size": 80,
"chance": 47000
},
{
"ore": {
"id": "minecraft:lapis_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 32,
"size": 70,
"chance": 47000
},
{
"ore": {
"id": "actuallyadditions:blockMisc",
"state": {
"meta": "3"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 0,
"maxY": 45,
"size": 60,
"chance": 5000
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "copper"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 20,
"maxY": 80,
"size": 70,
"chance": 15000
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "tin"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 20,
"maxY": 52,
"size": 70,
"chance": 16860
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "zinc"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 8,
"maxY": 48,
"size": 70,
"chance": 10500
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "nickel"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 8,
"maxY": 36,
"size": 70,
"chance": 9600
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "silver"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 8,
"maxY": 30,
"size": 70,
"chance": 9540
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "lead"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 8,
"maxY": 48,
"size": 70,
"chance": 8220
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "platinum"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 2,
"maxY": 12,
"size": 30,
"chance": 7500
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "alumina"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 2,
"maxY": 16,
"size": 70,
"chance": 13080
},
{
"ore": {
"id": "substratum:ore",
"state": {
"variant": "chrome"
}
},
"toReplace": {
"id": "minecraft:stone",
"state": {
"variant": "stone"
}
},
"minY": 2,
"maxY": 8,
"size": 50,
"chance": 7500
}
],
"-1": [
{
"ore": {
"id": "minecraft:quartz_ore",
"state": {}
},
"toReplace": {
"id": "minecraft:netherrack",
"state": {}
},
"minY": 7,
"maxY": 117,
"size": 110,
"chance": 1000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment