Skip to content

Instantly share code, notes, and snippets.

@downslope7
Created April 22, 2015 18:29
Show Gist options
  • Save downslope7/6e88e1927bf89974e114 to your computer and use it in GitHub Desktop.
Save downslope7/6e88e1927bf89974e114 to your computer and use it in GitHub Desktop.
Nuts and Bolts ores
{
"dirt": {
"template": "uniform",
"block": "dirt",
"material": "minecraft:stone",
"clusterSize": 32,
"numClusters": 20,
"minHeight": 20,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"gravel": {
"template": "uniform",
"block": "gravel",
"material": "minecraft:stone",
"clusterSize": 32,
"numClusters": 10,
"minHeight": 20,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"coal": {
"template": "uniform",
"block": "coal_ore",
"material": "minecraft:stone",
"clusterSize": 18,
"numClusters": 20,
"minHeight": 0,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"iron": {
"template": "normal",
"block": "iron_ore",
"material": "minecraft:stone",
"clusterSize": 14,
"numClusters": 8,
"meanHeight": 48,
"maxVariance": 13,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"gold": {
"template": "normal",
"block": "gold_ore",
"material": "minecraft:stone",
"clusterSize": 8,
"numClusters": 3,
"meanHeight": 18,
"maxVariance": 6,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"redstone": {
"template": "normal",
"block": "redstone_ore",
"material": "minecraft:stone",
"clusterSize": 4,
"numClusters": 16,
"meanHeight": 13,
"maxVariance": 6,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"diamond": {
"template": "uniform",
"block": "diamond_ore",
"material": "minecraft:stone",
"clusterSize": 6,
"numClusters": 2,
"minHeight": 1,
"maxHeight": 16,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"lapis": {
"template": "normal",
"block": "lapis_ore",
"material": "minecraft:stone",
"clusterSize": 5,
"numClusters": 2,
"meanHeight": 15,
"maxVariance": 14,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
},
"quartz": {
"template": "uniform",
"block": "quartz_ore",
"material": "minecraft:netherrack",
"clusterSize": 13,
"numClusters": 16,
"minHeight": 10,
"maxHeight": 118,
"retrogen": "true",
"biomeRestriction": "whitelist",
"biomes": [
{"type": "dictionary", "entry": "NETHER"}
],
"dimensionRestriction": "none",
"dimensions": []
},
"clay": {
"template": "uniform",
"block": {
"name": "minecraft:clay",
"metadata": 0
},
"clusterSize": 13,
"numClusters": 5,
"minHeight": 40,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [-28, -29, -30, -50, -52, -54, -56, -58, -1, 1]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment