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

Environmental Creepers

Allows tweaking some creeper and other explosion properties, like changing the item drop chance, disabling damage, or disabling them completely

108K загрузок30 подписчиковLGPL-3.0-onlyfabricforge

Обновлён 28 июля 2024 г. · опубликован 17 апреля 2023 г.

Description

A small mod that allows tweaking some aspects of Creeper or other explosions. The most common and useful tweak is probably the one where all the blocks destroyed by Creeper explosions will always drop as items.

No more partially filled Creeper holes!

This mod is only needed on the server side.

Note: This mod does not currently work with Sponge, because the Forge Explosion events don't get fired with Sponge installed. (This was last checked back in 1.10.2 or 1.12.2. No idea about the current situation.)

Configuration

The mod is entirely configured through the config file, which is at config/environmentalcreepers.<toml | json> (The Forge version uses a *.toml file and the Fabric/Quilt version uses a *.json file).

In the 1.14+ versions there is now one command: /environmentalcreepers-reload to reload the config file from disk in-game, without having to re-log to the world in single player or restart the server to read the file. In single player you can also use the in-game config GUI for changing the configs (not re-implemented yet in the 1.14+ Forge version).

The following configuration options are available. The mod handles Creeper explosions separately from all other explosions, so that you can only enable the tweaks for Creepers, if that is the only change you are looking for.

  • creeperChainReactionChance - The chance (per each target Creeper within range) that a chain reaction occurs, if enableCreeperExplosionChainReaction is true. Range: 0.0 - 1.0
  • creeperChainReactionMaxDistance - The maximum distance within which a Creeper can ignite other Creepers
  • creeperExplosionBlockDropChance - The chance that a block destroyed by a Creeper explosion will drop as an item. Range 0.0 - 1.0, where 1.0 means that the block always drops as an item.
  • creeperExplosionStrengthCharged - The strength of Charged Creeper explosions. The default in vanilla is 6.0 (double of normal Creepers).
  • creeperExplosionStrengthNormal - The strength of normal Creeper explosions. The default in vanilla is 3.0.
  • disableCreeperExplosionBlockDamage - This completely disables Creeper explosions from destroying blocks
  • disableCreeperExplosionCompletely - This prevents Creepers from exploding completely. They just swell up.
  • disableCreeperExplosionItemDamage - This prevents Creeper explosions from destroying items on the ground
  • disableOtherExplosionBlockDamage - This completely disables other explosions except for Creepers from destroying blocks
  • disableOtherExplosionItemDamage - This prevents other types of explosions except for Creepers from destroying items on the ground
  • enableCreeperExplosionChainReaction - If enabled, then a Creeper explosion can ignite other Creepers within range
  • modifyCreeperExplosionDropChance - This enables the item drop chance modification for Creeper explosions
  • modifyCreeperExplosionStrength - Enable modifying the explosion strength of Creeper explosions. Without this, the explosion strength values described above do nothing.
  • modifyOtherExplosionDropChance - This enables the item drop chance modification for every other explosion except for Creepers
  • otherExplosionBlockDropChance - Same as creeperExplosionBlockDropChance, but for all other explosions except Creepers

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.6.0Релиз1.20.5, 1.20.6fabric28 июля 2024 г..jar (42 КБ)
1.6.0Релиз1.20.3, 1.20.4fabric1 февраля 2024 г..jar (42 КБ)
1.6.0Релиз1.20.1, 1.20.2fabric15 октября 2023 г..jar (40 КБ)
1.6.0Релиз1.19.3, 1.19.4fabric15 октября 2023 г..jar (40 КБ)
1.6.0Релиз1.19.2forge15 октября 2023 г..jar (29 КБ)
1.6.0Релиз1.19, 1.19.1, 1.19.2fabric15 октября 2023 г..jar (40 КБ)
1.6.1Релиз1.18.1, 1.18.2forge15 октября 2023 г..jar (28 КБ)
1.6.0Релиз1.18.1forge15 октября 2023 г..jar (28 КБ)
1.6.0Релиз1.18, 1.18.1, 1.18.2fabric15 октября 2023 г..jar (40 КБ)
1.6.1Релиз1.17.1forge15 октября 2023 г..jar (28 КБ)
1.6.0Релиз1.17.1forge15 октября 2023 г..jar (28 КБ)
1.6.1Релиз1.16.4, 1.16.5, 1.17, 1.17.1fabric15 октября 2023 г..jar (40 КБ)
1.6.1Релиз1.16.4, 1.16.5, 1.17, 1.17.1fabric15 октября 2023 г..jar (38 КБ)
1.6.1Релиз1.16.2, 1.16.3, 1.16.4, 1.16.5fabric15 октября 2023 г..jar (41 КБ)
1.6.0Релиз1.16.2, 1.16.3, 1.16.4, 1.16.5fabric15 октября 2023 г..jar (41 КБ)

Показаны последние 15 из 41 версий. Все версии — на Modrinth.

Ченджлог

1.6.0Релиз1.20.5, 1.20.6 · 28 июля 2024 г.
  • Update to MC 1.20.6

I noticed that there is currently no code to handle the explosion drop chance modifications for anything other than the "special cases" of 0.0 and 1.0 drop chance. I wonder when that got removed... It should probably be added back at some point 😅

Original build time: 2024-07-28 03:07:36 +0300

1.6.0Релиз1.20.3, 1.20.4 · 1 февраля 2024 г.
  • Update to MC 1.20.4

Original build time: 2024-02-01 22:06:56 UTC+2

1.6.0Релиз1.20.1, 1.20.2 · 15 октября 2023 г.
  • Update to MC 1.20.2

Original build time: 2023-10-14 22:42:33 UTC+3

1.6.0Релиз1.19.3, 1.19.4 · 15 октября 2023 г.
  • Update to MC 1.19.3

Original build time: 2023-02-18 23:46:32 UTC+2

1.6.0Релиз1.19.2 · 15 октября 2023 г.
  • Update to MC 1.19.2

Original build time: 2022-12-03 21:10:48 UTC+3

1.6.0Релиз1.19, 1.19.1, 1.19.2 · 15 октября 2023 г.
  • Update to MC 1.19.0

Original build time: 2022-07-16 23:34:04 UTC+3

1.6.1Релиз1.18.1, 1.18.2 · 15 октября 2023 г.
  • Fix the server-only mod version check/display test

Original build time: 2021-12-28 20:55:50 UTC+2

1.6.0Релиз1.18.1 · 15 октября 2023 г.
  • Update to MC 1.18.1

Original build time: 2021-12-27 03:47:21 UTC+2

Полная история изменений — на Modrinth.

Комментарии

Загружаем…