HomeJavaModsCreeper Recover
Creeper Recover
ModsJava

Creeper Recover

by HttpRafa · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.4 · Folia⬇ Download for 1.20–1.20.6 · Folia⬇ Download for 1.21–1.21.4 · Paper⬇ Download for 1.20.1–1.20.6 · Paper⬇ Download for 1.21–1.21.4 · Purpur⬇ Download for 1.20.1–1.20.6 · Purpur⬇ Download for 1.20.1–1.20.6 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

CreeperRecover

Recovers all destroyed blocks by Creeper or other Entities

Images

Example 1

Commands

Command 1 Command 2

Config

{
  "configVersion": 2,
  "plugin": {
    "bStats": true,
    "ignoreUpdates": false
  },
  "recover": {
    "recoverSpeed": 3,
    "recoverDelay": 100,
    "blockRecoverSound": "BLOCK_ROOTED_DIRT_PLACE",
    "blockBlacklist": []
  },
  "target": [
    {
      "type": "WORLD",
      "ignore": true,
      "whitelist": [],
      "blacklist": []
    },
    {
      "type": "ENTITY",
      "ignore": true,
      "entityTypes": [
        "CREEPER",
        "PRIMED_TNT"
      ]
    },
    {
      "type": "HEIGHT_RANGE",
      "ignore": true,
      "from": -64,
      "to": 320
    },
    {
      "type": "HEIGHT_FIXED",
      "ignore": true,
      "fixed": 32
    }
  ]
}

Options

configVersion: Is set to the current config version.
bStats: Whether bStats is enabled or disabled. To support me please leave it active.
ignoreUpdates: If you don't want to receive a message in the console when the plugin has a update.
recoverSpeed: The amount of ticks between each block that is being recovered.
recoverDelay: The amount of ticks to wait before starting the recovery
blockRecoverSound: Is the sound played when the plugin places a block.
blockBlacklist: Blocks in this list are ignored by the plugin. 
target: In the list, rules are specified where the plugin should take effect.

all: If "all" is set to true all entities will be affected. So if you want only TNT to be recovered then set "all" to false and define TNT in the entityTypes setting.

Example Entities

CREEPER
PRIMED_TNT
SMALL_FIREBALL
FIREBALL
WITHER_SKULL
DRAGON_FIREBALL

Config Examples[target]

Affect only some worlds

Whitelist: Only affect certain worlds

Blacklist: Affect all world except those in the blacklist

{
      "type": "WORLD",
      "ignore": false,
      "whitelist": [],
      "blacklist": []
}

Affect only TnT and Creepers

{
      "type": "ENTITY",
      "ignore": false,
      "entityTypes": [
        "CREEPER",
        "PRIMED_TNT"
      ]
}

Affect only from Y-0 to Y-320

{
      "type": "HEIGHT_RANGE",
      "ignore": false,
      "from": 0,
      "to": 320
}

Affect only at Y-60

{
      "type": "HEIGHT_FIXED",
      "ignore": false,
      "fixed": 60
}

Pages

Modrinth

SpigotMC

DeinPlugin

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more