adjusted spawn weights for primitive illagers

This commit is contained in:
Pyritie 2025-12-09 11:48:55 +00:00
parent 6cea8ec77b
commit d45156ef30
4 changed files with 54 additions and 6 deletions

View file

@ -5,8 +5,6 @@
},
"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",
@ -14,7 +12,6 @@
"primitive_creatures:musselwarden",
"primitive_creatures:piloger_9",
"primitive_creatures:iloger_10",
"primitive_creatures:viloger_10",
"primitive_creatures:wiloger"
]
}

View file

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

View file

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

View file

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