Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created September 18, 2016 19:29
Show Gist options
  • Save Lanse505/136ceef511dce29f57c8b7d978aa6297 to your computer and use it in GitHub Desktop.
Save Lanse505/136ceef511dce29f57c8b7d978aa6297 to your computer and use it in GitHub Desktop.
{
"ore": [
{
"name": "Test",
"type": "cluster",
"blocks": {
"minecraft:iron_ore" : 1
},
"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": 1
},
"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