removing these just in case they're what's spawning the warrior

This commit is contained in:
Pyritie 2025-10-08 23:56:29 +01:00
parent 98a0bf9e18
commit bae24058c3
2 changed files with 0 additions and 46 deletions

View file

@ -1,25 +0,0 @@
{
"type": "forge:add_spawns",
"biomes": [
"tfc:plains",
"tfc:hills",
"tfc:lowlands",
"tfc:low_canyons",
"tfc:rolling_hills",
"tfc:badlands",
"tfc:inverted_badlands",
"tfc:plateau",
"tfc:canyons",
"tfc:old_mountains",
"tfc:volcanic_mountains",
"tfc:shore",
"tfc:tidal_flats",
"tfc:salt_marsh"
],
"spawners": {
"type": "primitive_creatures:nahida",
"weight": 2,
"minCount": 1,
"maxCount": 1
}
}

View file

@ -1,21 +0,0 @@
{
"type": "forge:remove_spawns",
"biomes": [
"tfc:deep_ocean",
"tfc:deep_ocean_trench",
"tfc:lake",
"tfc:mountain_lake",
"tfc:mountains",
"tfc:ocean",
"tfc:ocean_reef",
"tfc:oceanic_mountain_lake",
"tfc:oceanic_mountains",
"tfc:old_mountain_lake",
"tfc:plateau_lake",
"tfc:river",
"tfc:volcanic_mountain_lake",
"tfc:volcanic_oceanic_mountain_lake",
"tfc:volcanic_oceanic_mountains"
],
"entity_types": "primitive_creatures:nahida"
}