Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created September 18, 2016 18:41
Show Gist options
  • Save Lanse505/8dbefdc41ba68a0948e7f2463ee6ca5c to your computer and use it in GitHub Desktop.
Save Lanse505/8dbefdc41ba68a0948e7f2463ee6ca5c to your computer and use it in GitHub Desktop.
{
"ore": [
{
"name": "Test",
"type": "cluster",
"blocks": {
"minecraft:iron_ore"
},
"genTries": "50",
"blockCount": "25",
"minHeight": "10",
"maxHeight": "128",
"params": {
"sparse": false
},
"replaceable": [
"minecraft:air",
"minecraft:stone",
"minecraft:dirt",
"minecraft:gravel",
],
"chunkChance": "20",
"biomeRestriction": "none",
"biomes": [],
"dimensionsRestriction": "none",
"dimensions": []
},
{
"name": "Test1",
"type": "vein",
"blocks": {
"minecraft:iron_ore"
},
"genTries": "50",
"blockCount": "125",
"minHeight": "10",
"maxHeight": "128",
"params": {
"sparse": true
},
"replaceable": [
"minecraft:air",
"minecraft:stone",
"minecraft:dirt",
"minecraft:gravel",
],
"chunkChance": "20",
"biomeRestriction": "none",
"biomes": [],
"dimensionsRestriction": "none",
"dimensions": []
},
{
"name": "Test2",
"type": "geode",
"blocks": {
"minecraft:diamond_block": 5,
"minecraft:lapis_block": 2
},
"genTries": "50",
"blockCount": "750",
"minHeight": "10",
"maxHeight": "128",
"params": {
"width": 25,
"height": 25,
"hollow": true,
"outline":"minecraft:stone"
},
"replaceable": [
"minecraft:air",
"minecraft:stone",
"minecraft:dirt",
"minecraft:gravel",
],
"chunkChance": "20",
"biomeRestriction": "none",
"biomes": [],
"dimensionsRestriction": "none",
"dimensions": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment