This commit is contained in:
Pyritie 2025-09-24 23:09:22 +01:00
parent f677f87368
commit 241266e01b
23 changed files with 206 additions and 47 deletions

View file

@ -10,15 +10,36 @@
}
],
"placement": {
"salt": 26256356324,
"spacing": 40,
"separation": 25,
"type": "tfc:climate",
"climate": {
"min_temperature": -12,
"max_temperature": 5,
"min_rainfall": 200,
"max_forest": "edge"
"type": "lithostitched:condition",
"condition": {
"type": "lithostitched:all_of",
"conditions": [
{
"type": "tfc:climate",
"salt": 26256356324,
"spacing": 40,
"separation": 25,
"climate": {
"min_temperature": -12,
"max_temperature": 5,
"min_rainfall": 200,
"max_forest": "edge"
}
},
{
"type": "lithostitched:grid",
"radius": 105,
"distance_between_points": 15,
"condition": {
"type": "lithostitched:not",
"condition": {
"type": "lithostitched:in_biome",
"biomes": "#tfg:has_structure/illages"
}
},
"allowed_count": 0
}
]
}
}
}