#EntityJS serene seasons
11 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
in relatively new to this
bump
this is possible with incontrol https://www.mcjty.eu/docs/mods/control-mods/control-mods-20
ill send the config if i remember to when i get home, but if you experiment enough its not too difficult
can you please send the config it bcs I messed things really badly with my config
I completely forgot, so sorry
spawn.json:
[
{
"phase": "summer",
"mob": ["iter_rpg:fire_elemental"],
"result": "default"
},
{
"phase": "autumn",
"mob": ["iter_rpg:air_elemental", "mowziesmobs:naga"],
"result": "default"
},
{
"phase": "winter",
"mob": ["iter_rpg:water_elemental", "eidolon:wraith", "thermal:blizz", "soulsweapons:rime_spectre", "soulsweapons:frost_giant"],
"result": "default"
},
{
"phase": "spring",
"mob": ["iter_rpg:earth_elemental", "mowziesmobs:lantern"],
"result": "default"
},
{
"mob": [
"iter_rpg:fire_elemental", "iter_rpg:air_elemental", "iter_rpg:water_elemental", "iter_rpg:earth_elemental", "eidolon:wraith", "thermal:blizz", "soulsweapons:rime_spectre", "soulsweapons:frost_giant",
"iter_rpg:fleshmite", "iter_rpg:scab", "iter_rpg:fiend", "iter_rpg:revenant", "iter_rpg:carcass", "soulsweapons:evil_forlorn",
"soulsweapons:withered_demon", "soulsweapons:dark_sorcerer"
],
"result": "deny"
}
]
change the mobs as you need, but you just need to make sure that mobs are in the result: deny as well as the result: default
also don't be a fool like me and leave the mob: [], result: deny in, it stops mob spawning entirely
Oh thanks