added some more mobs to europa
This commit is contained in:
parent
ad068d0202
commit
f488b23656
3 changed files with 27 additions and 7 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"solar_system": "ad_astra:solar_system",
|
||||
"tier": 4,
|
||||
|
||||
"__TODO": "Figure out how to make surface water freeze but below-surface water stay liquid"
|
||||
"__TODO": "Figure out how to make surface water freeze but below-surface water stay liquid",
|
||||
"temperature": 10,
|
||||
"__temperature": -190
|
||||
}
|
||||
|
|
@ -54,9 +54,7 @@
|
|||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
|
||||
],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
|
|
@ -78,9 +76,23 @@
|
|||
"weight": 10
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "species:deepfish",
|
||||
"maxCount": 7,
|
||||
"minCount": 4,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "species:leaf_hanger",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": -0.5
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue