You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
649 B
40 lines
649 B
6 years ago
|
{
|
||
|
"dependencies": "zcm_newalterlite",
|
||
|
"populate": {
|
||
|
"alterlitium": {
|
||
|
"enabled": "true",
|
||
|
"distribution": "uniform",
|
||
|
"generator": {
|
||
|
"block": "zcm_newalterlite:alterlitiumore",
|
||
|
"material": "minecraft:stone",
|
||
|
"cluster-size": 4
|
||
|
},
|
||
|
"cluster-count": 1,
|
||
|
"min-height": 4,
|
||
|
"max-height": 15,
|
||
|
"retrogen": "true",
|
||
|
"biome": {
|
||
|
"restriction": "blacklist",
|
||
|
"value": [
|
||
|
{
|
||
|
"type": "dictionary",
|
||
|
"entry": [
|
||
|
"OCEAN",
|
||
|
"SNOWY",
|
||
|
"WASTELAND",
|
||
|
"SWAMP"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"dimension": {
|
||
|
"restriction": "blacklist",
|
||
|
"value": [
|
||
|
-1,
|
||
|
1
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|