Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/cofh/world/05_newalterlite_ores.json

40 lines
649 B

{
"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
]
}
}
}
}