Starbound

Starbound

Pokemon Shinx Monsters
Bug Reports
Hey there!

garden.biome.patch doesn't do anything because it's trying to insert into
"path" : "/spawnProfile/groups/pool",

it should be
"path" : "/spawnProfile/groups/-",

Additionally, you don't have to patch unique.spawntypes
You can just add your own file like shinx.spawntypes:

[ { "name" : "shinx", "spawnParameters" : { "area" : "surface", "region" : "exposed", "time" : "all" }, "spawnChance" : 0.05, "monsterType" : [ [0.995,"shinx"], [0.005,"shinyshinx"] ], "monsterParameters" : { "aggressive" : "true" } } ]