removed benate, player anim. add pressure. some more mob sizes, finally configured some spawn restrictions.

This commit is contained in:
2025-06-02 14:00:09 -05:00
parent 9a052ad35c
commit 301316320c
12 changed files with 369 additions and 85 deletions

View File

@ -1,10 +1,19 @@
[
{
"mod": "organisorium",
"mod": ["os","man","spore","thalassophobia","darkwaters"],
"spawner": false,
"incontrol": false,
"result": "deny"
}
},
{
"mod":["alexscaves","alexsmobs","aquamirae","arphex","betterend","betternether","born_in_chaos_v1","cataclysm","darkwaters","darwiniv","ender_wyrmlings","iceandfire","ihfr","legendary_monsters","man","os","rats","spore","sweet_calamity","thalassophobia","the_deep_void","undead_unleashed","under_the_moon","undergarden","zoniex"],
"spawner":false,
"mincount":{
"amount":250,
"mob":"all"
},
"result":"deny"
},
{
"mod": "os",
"spawner": false,
@ -17,5 +26,11 @@
"seesky": true,
"notcolliding":true,
"result": "allow"
},
{
"mod":"thalassophobia",
"spawner":false,
"dimension":"oceanworld:deepsea",
"result":"allow"
}
]