This commit is contained in:
Pyritie 2025-09-25 01:43:09 +01:00
parent 241266e01b
commit f8cf5a9fe1
2 changed files with 29 additions and 30 deletions

View file

@ -0,0 +1,20 @@
{
"type": "lithostitched:set_structure_spawn_condition",
"structures": [
"tfg:illagers/norse_village_living",
"tfg:illagers/norse_village_ruined"
],
"spawn_condition": {
"type": "lithostitched:grid",
"condition": {
"type": "lithostitched:not",
"condition": {
"type": "lithostitched:in_biome",
"biomes": "#tfg:has_structure/illages"
}
},
"radius": 105,
"distance_between_points": 15,
"allowed_count": 0
}
}

View file

@ -10,36 +10,15 @@
}
],
"placement": {
"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
}
]
"type": "tfc:climate",
"salt": 26256356324,
"spacing": 40,
"separation": 25,
"climate": {
"min_temperature": -12,
"max_temperature": 5,
"min_rainfall": 200,
"max_forest": "edge"
}
}
}