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/101_bitcoin_ores.json

110 lines
2.4 KiB

{
"dependencies": "bitcoin",
"populate": {
"bitcoin1": {
"distribution": "gaussian",
"generator": {
"block": "bitcoin:bitcoin_ore",
"material": "minecraft:stone",
"cluster-size": 5
},
"cluster-count": 3,
"center-height": 8,
"spread": 4,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"bitcoin2": {
"distribution": "gaussian",
"generator": {
"block": "bitcoin:bitcoin_ore",
"material": "minecraft:stone",
"cluster-size": 4
},
"cluster-count": 3,
"center-height": 32,
"spread": 8,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"bitcoin3": {
"distribution": "gaussian",
"generator": {
"block": "bitcoin:bitcoin_ore",
"material": "minecraft:stone",
"cluster-size": 3
},
"cluster-count": 3,
"center-height": 64,
"spread": 16,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"bitcoin4": {
"distribution": "gaussian",
"generator": {
"block": "bitcoin:bitcoin_ore",
"material": "minecraft:stone",
"cluster-size": 2
},
"cluster-count": 3,
"center-height": 128,
"spread": 32,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
}
},
"binary_trees": {
"distribution": "uniform",
"generator": {
"type": "small-tree",
"block": "bitcoin:bitcoin_ore",
"leaves": "bitcoin:bitcoin_ore",
"material": "minecraft:stone",
"surface": ["minecraft:bedrock", "minecraft:stone"],
"tree-checks": false,
"relaxed-growth": true
},
"cluster-count": 1,
"min-height": 0,
"max-height": 10,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "blacklist",
"value": [
-1,
1
]
},
"enabled": false
}
}
}