fiddling with illager spawns

This commit is contained in:
Pyritie 2025-09-15 12:51:33 +01:00
parent d19ef93a55
commit 013c490aee
5 changed files with 65 additions and 3 deletions

View file

@ -0,0 +1,19 @@
{
"type": "forge:remove_spawns",
"biomes": {
"type": "forge:any"
},
"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:piloger_9",
"primitive_creatures:viloger_10",
"primitive_creatures:wiloger"
]
}

View file

@ -0,0 +1,25 @@
{
"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": 1,
"minCount": 1,
"maxCount": 1
}
}

View file

@ -0,0 +1,21 @@
{
"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"
}

View file

@ -1,3 +0,0 @@
{
"type": "forge:none"
}