add salt licks to salt flats
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
"#tfg:venus_veins",
|
||||
"#tfg:venus_underground_decoration",
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"tfg:venus/surface/salt_lick_patch"
|
||||
],
|
||||
[]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"tries": 32,
|
||||
"xz_spread": 8,
|
||||
"y_spread": 1,
|
||||
"feature": "tfc:salt_lick"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"feature": "tfg:venus/surface/salt_lick_patch",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user