Download Villagers Respawn — Minecraft Mods — MetaMods
Villagers Respawn

Villagers Respawn

Active

Downloads

0

Last update

1 year ago

Versions

1.20 — 1.21.1
Server
Fabric
Forge
Adventure
Game mechanics
Mobs
Utils

Villagers Respawn

Finally, that moment has come! Now that villagers have beds, they can respawn next to them after death, similar to players.

Default Basic Settings

The Villagers Respawn mod offers reasonable default settings that will suit most players. If you play solo, you can install the mod without making any changes to the configuration.

Standard Behavior

In Easy difficulty mode, villagers always respawn at their beds (and in normal and hard modes - almost always).

After respawning, villagers receive full health (20 points).

Upon death, villagers lose some experience but never lose a level.

Only in hard mode, villagers killed by zombies turn into zombies instead of respawning at their bed.

Debug messages are disabled (to avoid clogging the log).

Configuration Settings

The mod provides various configuration parameters for modpack creators and server administrators, allowing them to adapt the difficulty to their needs.

You can configure the probability of villagers respawning: from a rare miracle (15-20%) to an unstable ability (25-75%) or 100% guarantee even in hard mode.

You can control whether villagers turn into undead in hard mode. (Warning: Iron Golems will not be their friends!)

Settings are also available that weaken villagers after death or, conversely, make them stronger.

You can choose whether villagers lose a little experience upon death (but never a whole level).

Frequently Asked Questions

Question: Where is the configuration file located?

Answer: Starting from version 1.14.4 and above, Forge saves configuration files in the folder: "YourMinecraftFolder/saves/YourWorldName/serverconfigurations".

Answer: To find this folder, go to the resource packs section, click the button to open the resource packs folder, go up one level, and then navigate to the saves folder.

Question: How to save one configuration for all new worlds?

Answer: Save a copy of the desired configuration in the "defaultconfigs" folder.

Forge Configuration File

["Villager Respawn Control Values"]

Respawn Health

Range: 1 ~ 25

respawnHealth = 20

Respawn Percentage (Normal difficulty reduces respawn percentage by 5%. Hard difficulty reduces respawn percentage by 10%.)

Range: 1 ~ 110 (Yes, this is from 1% to 110%)

respawnPercentage = 104 (so 99% for normal difficulty, 94% for hard.)

Experience Loss on Respawn (True: Villagers lose experience to the start of the level. False: Villager does not lose experience.)

respawnXpLoss = true

Zombie Deaths in Hard Mode (Only in hard mode, villagers turn into zombies when killed by zombies but respawn from other deaths).

hardModeZombieDeaths = true

Debug Level: 0 = Off, 1 = Log, 2 = Chat+Log

Range: 0 ~ 2

debugLevel = 0

Fabric Configuration File: villagersrespawnconfig.properties

key.debugLevel=0 #int | default: 0 key.respawnHealth=20 #int | default: 20 key.respawnXpLoss=true #String | default: true key.respawnPercentage=104 #int | default: 104 (so 99% for normal difficulty, 94% for hard.) key.hardModeZombieDeaths=true #String | default: true

Project members
MacTso

MacTso

Created: 30 Aug 2024

ID: 37889