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

@ -14,6 +14,10 @@
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
@ -26,7 +30,7 @@
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "tfg:mars_soil"
"tag": "tfg:fluid/semiheavy_ammoniacal_water"
}
]
}
@ -34,7 +38,7 @@
]
},
"tries": 16,
"xz_spread": 16,
"y_spread": 2
"xz_spread": 8,
"y_spread": 1
}
}

View file

@ -0,0 +1,44 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "betterend:lacugrove"
}
}
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "tfg:fluid/semiheavy_ammoniacal_water"
}
]
}
}
]
},
"tries": 16,
"xz_spread": 8,
"y_spread": 1
}
}