
Dice of Fate
Create a special item called “Dice of Fate” which, when used by a player, simulates rolling a 20-sided die (1d20) and triggers an effect based on the result....
Downloads
0
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
Dice of Fate is a server-only NeoForge mod that lets operators hand out a consumable “Dice of Fate” (a tagged, renamed paper) that triggers a 1d20 roll when right-clicked. Each use consumes one die and sends the player a roll message so the outcome is clear.
How to use:
- OPs can run
/diceoffate give [count]to receive Dice of Fate (defaults to 1). - Right-click while holding the die to roll. The die is consumed immediately and the result is messaged to the player.
Outcomes:
- Roll 1: instant explosion at the player and lethal damage.
- Roll 2–10: small boon (heal, short regeneration and speed, plus 4 golden carrots).
- Roll 11–19: major boon (long strength and resistance, stronger regeneration, 1 enchanted golden apple, 8 experience bottles).
- Roll 20: legendary reward (very long high-tier resistance/strength, absorption, long luck, a totem of undying, 2 netherite ingots, celebratory particles).
Implementation notes:
- Marked with
@Mod(..., dist = Dist.DEDICATED_SERVER)and uses only vanilla items/effects, so it stays compatible with vanilla clients and avoids custom registries or client assets.
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;...