remove illager spawns

This commit is contained in:
Pyritie 2025-12-14 17:52:55 +00:00
parent 4fbd9755ed
commit e614f45983
5 changed files with 8 additions and 81 deletions

View file

@ -5,13 +5,17 @@
},
"entity_types": [
"primitive_creatures:beast",
"primitive_creatures:iloger_1",
"primitive_creatures:iloger_2",
"primitive_creatures:iloger_3",
"primitive_creatures:iloger_4",
"primitive_creatures:iloger_5",
"primitive_creatures:iloger_6",
"primitive_creatures:musselwarden",
"primitive_creatures:nahida",
"primitive_creatures:piloger_9",
"primitive_creatures:iloger_10",
"primitive_creatures:viloger_10",
"primitive_creatures:wiloger"
]
}

View file

@ -1,20 +1,3 @@
{
"type": "forge:add_spawns",
"biomes": [
"tfc:highlands",
"tfc:hills",
"tfc:lowlands",
"tfc:plains",
"tfc:plateau",
"tfc:rolling_hills",
"tfc:salt_marsh",
"tfc:shore",
"tfc:tidal_flats"
],
"spawners": {
"type": "primitive_creatures:iloger_1",
"weight": 1,
"minCount": 2,
"maxCount": 3
}
"type": "forge:none"
}

View file

@ -1,20 +1,3 @@
{
"type": "forge:add_spawns",
"biomes": [
"tfc:highlands",
"tfc:hills",
"tfc:lowlands",
"tfc:plains",
"tfc:plateau",
"tfc:rolling_hills",
"tfc:salt_marsh",
"tfc:shore",
"tfc:tidal_flats"
],
"spawners": {
"type": "primitive_creatures:iloger_2",
"weight": 1,
"minCount": 2,
"maxCount": 3
}
"type": "forge:none"
}

View file

@ -1,29 +1,3 @@
{
"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
}
"type": "forge:none"
}

View file

@ -1,20 +1,3 @@
{
"type": "forge:add_spawns",
"biomes": [
"tfc:badlands",
"tfc:canyons",
"tfc:inverted_badlands",
"tfc:low_canyons",
"tfc:mountains",
"tfc:oceanic_mountains",
"tfc:old_mountains",
"tfc:volcanic_mountains",
"tfc:volcanic_oceanic_mountains"
],
"spawners": {
"type": "primitive_creatures:viloger_10",
"weight": 1,
"minCount": 2,
"maxCount": 3
}
"type": "forge:none"
}