Mineuniverse
Log in Register
Mods

entityreplacer

be used to replace some entities
by jokbit14285
Download Claim this project
141 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Mobs Server Utility

Configure to replace certain creatures with others.

config path: config/entityreplacer/xxx.json

example:

[
  {
    "replaceds": [
      "minecraft:villager" //mobs that need to be replaced, array string
    ],
    "replacers": [//New mobs for replacement, array obj
      {
        "mobId": "minecraft:pillager",
        "weight": 10
      },
      {
        "mobId": "guardvillagers:guard",
        "weight": 10
      },
    ],
    "chance": 0.8, //probability of substitution
    "rolls": 3, //Replace one mob with rolls
    "additionMode": false //Whether to remove the original mob
  },
    {
    "replaceds": [
      "minecraft:creeper"
    ],
    "replacers": [
      {
        "mobId": "mozombies_wave:zombie_creeper",
        "weight": 10
      },
      {
        "mobId": "specialmobs:skeletoncreeper",
        "weight": 10
      }
    ],
    "chance": 1.0,
    "rolls": 1,
    "additionMode": false
  }
]

reload command:
/entityreplacer reload

entityreplacer-1.1.0.jar
MC 1.20.1, Forge, Server
Release 2026-03-11 Get

More from jokbit14285

insconfig
37
teleporttagjs
23
insconfigjs
21

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579