added floating water plants

This commit is contained in:
Pyritie 2025-09-06 00:58:30 +01:00
parent 8131db1e7a
commit f8b8c09f28
11 changed files with 139 additions and 14 deletions

View file

@ -3,17 +3,13 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 2
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
}
]
}

View file

@ -0,0 +1,15 @@
{
"feature": "tfg:mars/surface/lacugrove",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}