add salt licks to salt flats

This commit is contained in:
Pyritie
2025-12-25 18:53:48 +00:00
parent 10128c80c8
commit 2ad3120a2f
3 changed files with 27 additions and 1 deletions

View File

@@ -40,7 +40,9 @@
"#tfg:venus_veins",
"#tfg:venus_underground_decoration",
[],
[],
[
"tfg:venus/surface/salt_lick_patch"
],
[]
],
"has_precipitation": true,

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:random_patch",
"config": {
"tries": 32,
"xz_spread": 8,
"y_spread": 1,
"feature": "tfc:salt_lick"
}
}

View File

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