changed lush caves' clay patches to a weighted random selected, made kaolin patches a bit rarer
This commit is contained in:
parent
f509a3a846
commit
39fd352f1d
1 changed files with 20 additions and 7 deletions
|
|
@ -1,18 +1,31 @@
|
|||
{
|
||||
"type": "minecraft:simple_random_selector",
|
||||
"type": "minecraft:random_selector",
|
||||
"config": {
|
||||
"default": {
|
||||
"feature": "tfg:nether/terrain/clay_patch",
|
||||
"placement": []
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"feature": "tfg:nether/terrain/clay_pool",
|
||||
"placement": []
|
||||
"chance": 0.3,
|
||||
"feature": {
|
||||
"feature": "tfg:nether/terrain/clay_pool",
|
||||
"placement": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"feature": "tfg:nether/terrain/clay_patch",
|
||||
"placement": []
|
||||
"feature": {
|
||||
"feature": "tfg:nether/terrain/clay_patch",
|
||||
"placement": []
|
||||
},
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"feature": "tfg:nether/terrain/clay_patch_kaolin",
|
||||
"placement": []
|
||||
"feature": {
|
||||
"feature": "tfg:nether/terrain/clay_patch_kaolin",
|
||||
"placement": []
|
||||
},
|
||||
"chance": 0.2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue