▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Decaying Spawners

Decaying Spawners

Mob spawners that decay after a while. Highly configurable.

Оцените первым
243
0

Spawners in vanilla Minecraft are infinite mob factories — set up a farm once and it runs forever. Decaying Spawners changes that. Each spawner has a limited lifespan: once it has spawned enough mobs (or been active long enough), it burns out and stops working permanently.


Configuration

Configuration is loaded from:

config/btwr/decaying_spawners/decaying_spawners.json
OptionDefaultDescription
maxMobSpawnCount12How many mobs a spawner can spawn before decaying. Set to -1 to disable.
maxSpawnerTicks-1How many active ticks a spawner can run before decaying. Set to -1 to disable.
excludedSpawners[]A list of entity IDs whose spawners will never decay.

Example config:

{
  "maxMobSpawnCount": 20,
  "maxSpawnerTicks": -1,
  "excludedSpawners": [
    "minecraft:blaze",
    "minecraft:silverfish"
  ]
}

Changes to the config file take effect the next time you load a world


🙏 Acknowledgment:
This mod ports features from the original Better Than Wolves, created by FlowerChild and currently maintained by the CE Team. Learn more about the original mod here.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная