Environmental Creepers

Quick rating

Community listing page, reviews here may not be monitored by the author.

Environmental Creepers

By masaOwner , masady

No reviews yet

Allows tweaking some explosion properties, like the item drop chance

No Theme
No Genre
Server Utility
Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
environmentalcreepers-fabric-1.20.6-1.6.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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: 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 .minecraft/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 exposions 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

Mod packs/permissions

  • Mod packs: go ahead!
  • Re-hosting the mod file otherwise is not cool, mmkay?

If you have ideas/questions/feedback, or maybe you just want to hang out, you can join us on Discord:

0XvKswp.png

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

Screenshots

Gallery

  • No worries, all fixed now
    No worries, all fixed now You get every block back from explosions, if so configured.
  • It made a mess...
    It made a mess...
  • Oh no!
    Oh no!

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

3.3m
Total Downloads
CurseForge
3.2m
Modrinth
~110,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works