clientstuff
This commit is contained in:
154
.minecraft/config/cofh/world/Vanilla.json
Normal file
154
.minecraft/config/cofh/world/Vanilla.json
Normal file
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"dirt": {
|
||||
"template": "uniform",
|
||||
"block": "dirt",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 32,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "false",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"gravel": {
|
||||
"template": "uniform",
|
||||
"block": "gravel",
|
||||
"material": "stone",
|
||||
"clusterSize": 32,
|
||||
"numClusters": 10,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "false",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"coal": {
|
||||
"template": "uniform",
|
||||
"block": "coal_ore",
|
||||
"material": "stone",
|
||||
"clusterSize": 16,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"iron": {
|
||||
"template": "uniform",
|
||||
"block": "iron_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 8,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 64,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"gold": {
|
||||
"template": "uniform",
|
||||
"block": "gold_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 8,
|
||||
"numClusters": 2,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 32,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"redstone": {
|
||||
"template": "uniform",
|
||||
"block": "redstone_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 7,
|
||||
"numClusters": 8,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 16,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"diamond": {
|
||||
"template": "uniform",
|
||||
"block": "diamond_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 7,
|
||||
"numClusters": 1,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 16,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"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": 13,
|
||||
"numClusters": 16,
|
||||
"minHeight": 10,
|
||||
"maxHeight": 118,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "whitelist",
|
||||
"biomes": [
|
||||
{"type": "dictionary", "entry": "NETHER"}
|
||||
],
|
||||
"dimensionRestriction": "none",
|
||||
"dimensions": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user