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

CompactSpawners

Fabric/Quilt mod, that adds automatic killing and drop storing in spawners

Загрузки
763
Подписчики
6
Обновлён
6 декабря 2023 г.
Лицензия
GPL-3.0-only

Опубликован 12 мая 2023 г.

compactspawners

Fabric/Quilt mod, that adds automatic killing and drop storing in spawners

This mod changes the behaviour of the spawner to a fully automated killing machine. This way mobs don't spawn in the world the drops and experience are stored in the spawner.

Deprecation

This project is archived from 15/04/2024 on. This is caused by the bad implementation of this project and my lack of time. It is possible I revive this project at a later time. Feel free to fork or reimplement this project.

Interactions

  • Hitting or clicking on the spawner will transfer the experience to your character.
  • Clicking on the spawner will open the drop menu.
  • Clicking on a spawner with a spawner will add more spawners to the hosting spawner. This will increase the kill rate.
  • A hopper below the spawner will suck up all mob drops.

Config

The mod can be configured via the mod file, which is stored in .minecraft/config/compactspawners.json, or via the configuration menu in ModMenu.

compactspawners.json
{
  "maxMergedSpawners": -1, // defines the number of spawners that can be merged into one
  "maxStoredExp": -1, // the maximum amount of experience stored in a hosting spawner
  "silkBreakSpawners": true,  // decides whether you can break a spawner with silk touch
  "requiredPlayerDistance": 32,  // the minimum player distance for the spawner to work
  "mobsPerSpawner": 4,  // defines how many mobs should spawn per spawner per period
  "luck": 1.0 // defines with what value of luck an entity should be killed inside a spawner
}

Recipes

As long as Minecraft doesn't intend to add nbt crafting, there will be no recipes provided by this mod. I hope to be able to add configurable spawner recipes in the future.

Other

⚠️ The development version is always the latest stable release of Minecraft. Therefore, new features will only be available for the current and following Minecraft versions.

If you need help with any of my mods just join my discord server

Ченджлог

1.1.1-1.20.3Релиз1.20.3, 1.20.4 · 6 декабря 2023 г.

v1.1.1-1.20.3

  • update to 1.20.3
  • update dependencies
1.1.1-1.20.2Релиз1.20.2 · 27 ноября 2023 г.

v1.1.1-1.20.2

  • fix bug when only some entities dropped their loot
  • decrease kill sound from 3 to 1
  • add luck config option to configure the luck that should be used to kill an entity (default: 1.0)
    • bump config version to 2
  • bump kotlin to 1.9.21
  • update flk, fapi
1.0.1-1.20.2Релиз1.20.2 · 29 октября 2023 г.

v1.0.1-1.20.2

  • update multiple versions
  • add new config system
  • change default config values to balance the spawner
    • max merged spawners: -1 -> 4
    • max stored exp: -1 -> 0
1.0.0-1.20.2Релиз1.20.2 · 6 октября 2023 г.

1.0.0-1.20.2

  • Initial release:

compactspawners

Fabric/Quilt mod, that adds automatic killing and drop storing in spawners

This mod changes the behaviour of the spawner to a fully automated killing machine. This way mobs don't spawn in the world and the spawn in the world and the drops and experience are stored in the spawner.

Interactions

  • Hitting or clicking the spawner will transfer the experience to your character.
  • Clicking on the spawner will open the drop menu.
  • Clicking on a spawner with a spawner will add more spawners to the hosting spawner. This will increase the kill rate.
  • A hopper under the spawner will suck up all mob drops

Config

The mod can be configured via the mod file, which is stored in .minecraft/config/compactspawners.json, or via the configuration menu in ModMenu.

compactspawners.json
{
  "maxMergedSpawners": -1, // defines the number of spawners that can be merged into one
  "maxStoredExp": -1, // the maximum amount of experience stored in a hosting spawner
  "silkBreakSpawners": true,  // decides whether you can break a spawner with silk touch
  "requiredPlayerDistance": 32,  // the minimum player distance for the spawner to work
  "mobsPerSpawner": 4  // defines how many mobs should spawn per spawner per period
}

Other

⚠️ The development version is always the latest stable release of Minecraft. Therefore, new features will only be available for the current and following Minecraft versions.

If you need help with any of my mods just join my discord server

Комментарии

Загружаем…