
Sussy
// Estrutura completa para o seu Mod de Magia public class MagicMod { public static final String MODID = "magicmod"; public static final...
Downloads
0
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
Sussy adds a Magic Book found in the Tools & Utilities creative tab. Right-click it to open the spellbook screen and trigger server-side spells.
Spells:
- Ice Breath slows nearby mobs (radius ~5) and freezes water beneath them.
- Flame Cloak ignites close targets for a few seconds.
- Gale Leap launches you upward for quick mobility.
Networking and safety:
- Spells are sent via the
sussy:castpayload and only run when you are holding the Magic Book. - Effects are applied on the server to keep multiplayer behavior authoritative.
Client/UI:
- The spellbook screen provides three buttons with tooltips for each spell.
- A simple placeholder texture is bundled for the Magic Book model along with English localization.
Notes/limitations:
- Only English text is included.
- The Magic Book uses a minimal placeholder icon; swap in your own texture for a polished look.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.
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;...