dinosaur nest structures!
This commit is contained in:
parent
095bce1626
commit
49b290772c
22 changed files with 618 additions and 1 deletions
17
kubejs/data/tfg/worldgen/structure_set/mars/dino_nests.json
Normal file
17
kubejs/data/tfg/worldgen/structure_set/mars/dino_nests.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
17
kubejs/data/tfg/worldgen/structure_set/mars/surfer_nest.json
Normal file
17
kubejs/data/tfg/worldgen/structure_set/mars/surfer_nest.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue