Перейти к содержимому
Mineforgian

No Spawner Change

A Minecraft mod that prevents changing the spawner type in survival mode.

Загрузки
30K
Подписчики
4
Обновлён
27 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 9 июля 2024 г.

No Spawner Change

Static Badge Static Badge Static Badge

A Minecraft mod that prevents changing the spawner type in survival mode.

What does it do?

With this mod installed, by default, changing a spawner in survival mode will behave exactly like it usually does in adventure mode. So you won't be able to change the spawner type, unless the can_place_on component of the spawn egg allows it.

You can further customize this behavior using the config.

Config (default)

# Configuration for normal monster spawners
monster-spawner {
  # Whether to allow changing the mob type.
  allow-change = true
  # Whether to allow changing the mob type ONLY if the spawner is empty.
  only-if-empty = false
  # Whether to allow changing the mob type ONLY if the `can_place_on` component of the spawn egg is set.
  only-with-can-place-on = true
}
# Configuration for trial spawners
trial-spawner {
  # Whether to allow chaneging the mob type.
  allow-change = true
  # Whether to allow changing the mob type ONLY if the spawner is empty.
  only-if-empty = false
  # Whether to allow changing the mob type ONLY if the `can_place_on` component of the spawn egg is set.
  only-with-can-place-on = true
}

You can reload the config by using /reload.

Ченджлог

1.2.0Релиз26.2 · 27 июня 2026 г.

Update to 26.2

1.2.0Релиз26.1, 26.1.1, 26.1.2 · 7 апреля 2026 г.

Update to 26.1

1.1.0Релиз1.21, 1.21.1 · 22 ноября 2025 г.

Just a copy of the original version to fix the Incorrect Sha1 hash error

1.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 9 октября 2025 г.

Update to 1.21.9

1.2.0Релиз1.21.6, 1.21.7, 1.21.8 · 8 апреля 2025 г.

Updated to 1.21.5

1.2.0Релиз1.21.4 · 8 апреля 2025 г.
  • New, more intuitive, config format -> delete your old config for it to work!
  • Minor improvements
  • Update to 1.21.4
1.1.0Релиз1.21.2, 1.21.3 · 31 октября 2024 г.

Update to MC 1.21.2

1.1.0Релиз1.21, 1.21.1 · 22 августа 2024 г.

Changelog

Added

  • Config, to allow more control over the mod
  • Config reload on /reload

Комментарии

Загружаем…