Merge branch 'bugfix/primitive-creatures-huntmaster' into dev

This commit is contained in:
Pyritie 2025-12-06 16:05:55 +00:00
commit 70503086b4

View file

@ -1,3 +1,29 @@
{
"type": "forge:none"
"type": "forge:add_spawns",
"biomes": [
"tfc:badlands",
"tfc:canyons",
"tfc:highlands",
"tfc:hills",
"tfc:inverted_badlands",
"tfc:low_canyons",
"tfc:lowlands",
"tfc:mountains",
"tfc:oceanic_mountains",
"tfc:old_mountains",
"tfc:plains",
"tfc:plateau",
"tfc:rolling_hills",
"tfc:salt_marsh",
"tfc:shore",
"tfc:tidal_flats",
"tfc:volcanic_mountains",
"tfc:volcanic_oceanic_mountains"
],
"spawners": {
"type": "primitive_creatures:nahida",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
}