Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "dirt": {
- "template": "uniform",
- "block": "dirt",
- "material": "minecraft:stone",
- "clusterSize": 32,
- "numClusters": 10,
- "minHeight": 0,
- "maxHeight": 128,
- "retrogen": "false",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "gravel": {
- "template": "uniform",
- "block": "gravel",
- "material": "stone",
- "clusterSize": 32,
- "numClusters": 5,
- "minHeight": 0,
- "maxHeight": 128,
- "retrogen": "false",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "coal": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": [
- {"name": "coal_ore", "weight": 97},
- {"name": "diamond_ore", "weight": 1},
- {"name": "ReactorCraft:reactorcraft_block_ore", "metadata": 1, "weight": 2}
- ],
- "material": "stone",
- "clusterSize": 640,
- "numClusters": 1,
- "chunkChance": 12,
- "minHeight": 20,
- "maxHeight": 128,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "iron": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": [
- {"name": "iron_ore", "weight": 92},
- {"name": "ThermalFoundation:Ore", "metadata": 4, "weight": 8}
- ],
- "material": "minecraft:stone",
- "clusterSize": 640,
- "numClusters": 1,
- "chunkChance": 20,
- "minHeight": 24,
- "maxHeight": 64,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "gold": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": [
- {"name": "gold_ore", "weight": 96},
- {"name": "ThermalFoundation:Ore", "metadata": 5, "weight": 4}
- ],
- "material": "minecraft:stone",
- "clusterSize": 128,
- "numClusters": 1,
- "chunkChance": 40,
- "minHeight": 2,
- "maxHeight": 32,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "redstone": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": "redstone_ore",
- "material": "minecraft:stone",
- "clusterSize": 192,
- "numClusters": 1,
- "chunkChance": 16,
- "minHeight": 2,
- "maxHeight": 20,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "diamond": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": [
- {"name": "diamond_ore", "weight": 32},
- {"name": "coal_ore", "weight": 64},
- {"name": "emerald_ore", "weight": 1},
- {"name": "ReactorCraft:reactorcraft_block_ore", "metadata": 1, "weight": 3}
- ],
- "material": "minecraft:stone",
- "clusterSize": 240,
- "numClusters": 1,
- "chunkChance": 64,
- "minHeight": 2,
- "maxHeight": 16,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "lapis": {
- "template": {"type":"normal","generator":"large-vein"},
- "block": "lapis_ore",
- "material": "minecraft:stone",
- "clusterSize": 64,
- "numClusters": 1,
- "chunkChance": 32,
- "meanHeight": 16,
- "maxVariance": 16,
- "retrogen": "true",
- "biomeRestriction": "none",
- "biomes": [],
- "dimensionRestriction": "blacklist",
- "dimensions": [
- -1,
- 1
- ]
- },
- "quartz": {
- "template": {"type":"uniform","generator":"large-vein"},
- "block": "quartz_ore",
- "material": "minecraft:netherrack",
- "clusterSize": 512,
- "numClusters": 1,
- "chunkChance": 16,
- "minHeight": 10,
- "maxHeight": 118,
- "retrogen": "true",
- "biomeRestriction": "whitelist",
- "biomes": [
- {"type": "dictionary", "entry": "NETHER"}
- ],
- "dimensionRestriction": "none",
- "dimensions": []
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment