added 3 more mars trees + tfc-style saplings for all 6

This commit is contained in:
Pyritie 2025-08-15 02:14:07 +01:00
parent 90ce71d94a
commit ce2a38285c
47 changed files with 798 additions and 286 deletions

View file

@ -1,23 +0,0 @@
{
"feature": "tfg:mars/surface/aeronos_huge",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "normal"
}
]
}

View file

@ -1,23 +0,0 @@
{
"feature": "tfg:mars/surface/aeronos_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "sparse"
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 2
"chance": 1
},
{
"type": "minecraft:in_square"
@ -14,6 +14,13 @@
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
},
{
"type": "tfc:near_fluid",
"radius": 6,
"fluids": [
"tfg:semiheavy_ammoniacal_water"
]
}
]
}

View file

@ -1,23 +0,0 @@
{
"feature": "tfg:mars/surface/strophar_huge",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "normal"
}
]
}

View file

@ -1,23 +0,0 @@
{
"feature": "tfg:mars/surface/strophar_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 5
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "sparse"
}
]
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/aeronos",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/aeronos_dead",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/aeronos_old_growth",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/alphacene_dead",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/strophar",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/strophar_dead",
"placement": []
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:mars/tree/strophar_old_growth",
"placement": []
}