pog
This commit is contained in:
parent
241266e01b
commit
f8cf5a9fe1
2 changed files with 29 additions and 30 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -10,36 +10,15 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"placement": {
|
"placement": {
|
||||||
"type": "lithostitched:condition",
|
"type": "tfc:climate",
|
||||||
"condition": {
|
"salt": 26256356324,
|
||||||
"type": "lithostitched:all_of",
|
"spacing": 40,
|
||||||
"conditions": [
|
"separation": 25,
|
||||||
{
|
"climate": {
|
||||||
"type": "tfc:climate",
|
"min_temperature": -12,
|
||||||
"salt": 26256356324,
|
"max_temperature": 5,
|
||||||
"spacing": 40,
|
"min_rainfall": 200,
|
||||||
"separation": 25,
|
"max_forest": "edge"
|
||||||
"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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue