Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "dirt": {
- "template": "uniform",
- "block": "dirt",
- "material": "minecraft:stone",
- "clusterSize": 20,
- "numClusters": 5,
- "minHeight": 48,
- "maxHeight": 128,
- "retrogen": "false",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "gravel": {
- "template": "uniform",
- "block": "gravel",
- "material": "stone",
- "clusterSize": 20,
- "numClusters": 3,
- "minHeight": 16,
- "maxHeight": 64,
- "retrogen": "false",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "coal": {
- "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
- "block": "coal_ore",
- "material": "minecraft:stone",
- "clusterSize": 60,
- "numClusters": 12,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ],
- "chunkChance": 20,
- "minHeight": 56,
- "veinHeight": 24,
- "veinDiameter": 48,
- "verticalDensity": 15,
- "horizontalDensity": 15
- },
- "iron": {
- "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
- "block": "iron_ore",
- "material": "minecraft:stone",
- "clusterSize": 30,
- "numClusters": 24,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ],
- "chunkChance": 40,
- "minHeight": 32,
- "veinHeight": 32,
- "veinDiameter": 48,
- "verticalDensity": 15,
- "horizontalDensity": 15
- },
- "gold": {
- "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
- "block": "gold_ore",
- "material": "minecraft:stone",
- "clusterSize": 6,
- "numClusters": 48,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ],
- "chunkChance": 60,
- "minHeight": 12,
- "veinHeight": 12,
- "veinDiameter": 180,
- "verticalDensity": 1,
- "horizontalDensity": 25
- },
- "redstone": {
- "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
- "block": "redstone_ore",
- "material": "minecraft:stone",
- "clusterSize": 30,
- "numClusters": 1,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ],
- "chunkChance": 20,
- "minHeight": 16,
- "veinHeight": 24,
- "veinDiameter": 32,
- "verticalDensity": 25,
- "horizontalDensity": 100
- },
- "diamond": {
- "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
- "block": [
- {"name": "coal_ore", "metadata": 0, "weight": 35},
- {"name": "diamond_ore", "metadata": 0, "weight": 15},
- {"name": "minecraft:stone", "metadata": 0, "weight": 50}
- ],
- "material": "minecraft:stone",
- "clusterSize": 8,
- "numClusters": 24,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ],
- "chunkChance": 50,
- "minHeight": 8,
- "veinHeight": 8,
- "veinDiameter": 32,
- "verticalDensity": 25,
- "horizontalDensity": 4
- },
- "lapis": {
- "template": "normal",
- "block": "lapis_ore",
- "material": "minecraft:stone",
- "clusterSize": 6,
- "numClusters": 1,
- "meanHeight": 16,
- "maxVariance": 16,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "quartz": {
- "template": "uniform",
- "block": "quartz_ore",
- "material": "minecraft:netherrack",
- "clusterSize": 6,
- "numClusters": 48,
- "minHeight": 10,
- "maxHeight": 118,
- "retrogen": "true",
- "biomeRestriction": "whitelist",
- "biomes": [
- {"type": "dictionary", "entry": "NETHER"}
- ],
- "dimensionRestriction": "none",
- "dimensions": [],
- "chunkChance": 5
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment