Modscraper Modscraper Minecraft
entityreplacer logo

entityreplacer

Mod

by jokbit14285

be used to replace some entities

Type

Mod

CurseForge Downloads

291

CurseForge ID

1477610

Last Updated

Jul 26, 2026

Description

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

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (1)

External Resources