dinosaur nest structures!

This commit is contained in:
Pyritie 2025-10-12 02:10:27 +01:00
parent 095bce1626
commit 49b290772c
22 changed files with 618 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
"structures": [
{
"structure": "tfg:mars/dino_nests",
"weight": 1
}
],
"placement": {
"type": "tfc:climate",
"salt": 25635345,
"spacing": 10,
"separation": 7,
"climate": {
"min_temperature": -105
}
}
}

View file

@ -0,0 +1,17 @@
{
"structures": [
{
"structure": "tfg:mars/surfer_nest",
"weight": 1
}
],
"placement": {
"type": "tfc:climate",
"salt": 25635345,
"spacing": 25,
"separation": 18,
"climate": {
"min_temperature": -105
}
}
}