HomeJavaDatapacksNo Void Death
No Void Death
DatapacksJava

No Void Death

by JustImagine436 · on Modrinth

This project removes the ability to die to the void in The End. If you fall into the void, you will instead be teleported to world height in the Overworld…

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Data pack only.

⬇ Download for 1.21.9–1.21.11⬇ Download for 1.21.7–1.21.8⬇ Download for 1.21.6⬇ Download for 1.21.5⬇ Download for 1.21.4⬇ Download for 1.21.2–1.21.3⬇ Download for 1.21–1.21.1
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.

This is a simple datapack that detects when players have fallen in the void and teleports them out before they take any damage.

To retain immersion, this teleports them to their exact coordinates in the overworld, but 400 blocks in the sky.

Resistance V is applied for the duration of the fall so it is not fatal

You may customise the teleport location or fatality of the fall:

Change TP location:

To change the location that players are teleported to (like world spawn, or a shame box), find the tp_player.mcfunction file (Unzip the datapack, then data/vtp/function/tp_player.mcfunction. Open it in any text editor.

replace the coordinates at the end of this command (line 3):

execute if entity @s[y=-64,dy=-9999] in minecraft:overworld run tp @s ~ 400 ~

to match

execute if entity @s[y=-64,dy=-9999] in minecraft:overworld run tp @s [X-coord] [Y-coord] [Z-coord]



Make the fall fatal:

In the case that you want to skill check players' ability to clutch a fall, find the tp_player.mcfunction file as above. Then simply remove line 2:

execute if entity @s[y=-50,dy=-9999] run effect give @s minecraft:resistance 8 4 true



After making any changes, make sure to save the file ctrl+S/cmd+S, and disable the original datapack version in-game (or just delete the .zip file from the datapack folder and only keep the unzipped one that you have created)

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

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

Explore more