-
-
Save shadowfacts/d642720f2404d08a0aab6e3768fe3f51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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