Skip to content

Instantly share code, notes, and snippets.

@shadowfacts
Created December 31, 2016 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowfacts/d642720f2404d08a0aab6e3768fe3f51 to your computer and use it in GitHub Desktop.
Save shadowfacts/d642720f2404d08a0aab6e3768fe3f51 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
}
],
"-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