Initial commit
This commit is contained in:
42
config/oretweaker/data/granite.json
Normal file
42
config/oretweaker/data/granite.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"oreConfig": [
|
||||
{
|
||||
"ore": "minecraft:granite",
|
||||
"fillers": [
|
||||
"STONE_ORE_REPLACEABLES"
|
||||
],
|
||||
"distribution": "UNIFORM",
|
||||
"minY": 64,
|
||||
"maxY": 128,
|
||||
"maxVeinSize": 64,
|
||||
"spawnRate": 0.16666667,
|
||||
"discardChanceOnAirExposure": 0.0,
|
||||
"biomeFilters": {
|
||||
"biomeBlacklist": [],
|
||||
"biomeWhitelist": [
|
||||
"OVERWORLD"
|
||||
]
|
||||
},
|
||||
"replace": true
|
||||
},
|
||||
{
|
||||
"ore": "minecraft:granite",
|
||||
"fillers": [
|
||||
"BASE_STONE_OVERWORLD"
|
||||
],
|
||||
"distribution": "UNIFORM",
|
||||
"minY": 0,
|
||||
"maxY": 60,
|
||||
"maxVeinSize": 64,
|
||||
"spawnRate": 2.0,
|
||||
"discardChanceOnAirExposure": 0.0,
|
||||
"biomeFilters": {
|
||||
"biomeBlacklist": [],
|
||||
"biomeWhitelist": [
|
||||
"OVERWORLD"
|
||||
]
|
||||
},
|
||||
"replace": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user