- 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,19 @@
{
"feature": "tfg:mars/surface/selagine",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}

View file

@ -0,0 +1,23 @@
{
"feature": "tfg:mars/terrain/mossy_boulder",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 36
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR_WG"
},
{
"type": "tfc:flat_enough",
"flatness": 0.2
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 2
"chance": 3
},
{
"type": "tfc:climate",

View file

@ -0,0 +1,24 @@
{
"feature": "tfg:mars/tree/cave_bush",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "tfc:climate",
"min_forest": "normal",
"min_rainfall": -5
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 2
"chance": 3
},
{
"type": "tfc:climate",

View file

@ -0,0 +1,24 @@
{
"feature": "tfg:mars/tree/lucernia",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "tfc:climate",
"min_forest": "normal",
"max_rainfall": -7
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}