
life saver
Create a mod like when the player is frequently attacked or half one heart it teleport the player automatically at the spawn point without losing...
Downloads
0
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
life saver mod
- Purpose: Automatically teleports a player to their spawn point (bed/respawn anchor target if valid, otherwise world spawn) when they are in danger so they keep their inventory and avoid death.
- Triggers: Fired when incoming damage would drop health to half a heart or less, or when the player takes 3 hits within 5 seconds. The rescue ignores players in creative/spectator mode and has a 10 second cooldown between teleports.
- Behavior: The dangerous hit is canceled, the player is sent to their spawn location with fall distance reset, fire cleared, and health lifted to at least half of their maximum. A chat message explains why they were moved.
- Tech notes: Uses server-side damage events only, so packets and shared code stay free of client-only classes. Respawn targeting prefers the player's set respawn dimension/position; fallback is the overworld spawn.
- Possible improvements: Make thresholds/configuration adjustable, add a brief protection effect after teleporting, or surface a UI toggle per player.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...