- new small desert plant

- new mars mossy boulders featuring molden's textures
- made forests even more dense
This commit is contained in:
Pyritie 2025-09-18 00:07:13 +01:00
parent b1ea189f02
commit 9ca6b4f5a1
27 changed files with 290 additions and 21 deletions

View file

@ -0,0 +1,49 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "betterend:selagine"
}
}
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:any_of",
"predicates": [
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "tfg:mars_soil"
}
]
}
]
}
}
]
},
"tries": 8,
"xz_spread": 10,
"y_spread": 3
}
}