
adana food
sugar witch you can craft by just placeing 3 next to each other into an crafting table into an cocain powder that gives you speed 1 for 9 seconds make the...
Downloads
0
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
adana food mod notes
- Added a server-only consumable: craft by combining 3 sugar in any shapeless pattern to get Cocaine Powder (shows a gray tooltip). It remains a sugar item so vanilla clients can join.
- Right-click with Cocaine Powder to consume it: one item is used (unless in creative) and the player receives Speed I for 9 seconds. A drinking sound and hand swing play server-side.
Implementation details
- The crafting result is a sugar stack tagged with
custom_datakeyadanafood_cocaine, plus a custom name and lore to distinguish it. - Interaction handling runs only on the dedicated server (
@Mod(..., dist = Dist.DEDICATED_SERVER)); the NeoForge event bus listens forRightClickItemand checks the tag before applying the effect.
Limitations / notes
- Only the crafted/cheated item with the
adanafood_cocainecustom data works; normal sugar does nothing. - Consumption triggers on item use; right-clicking blocks with strong interactions may still open the block instead of consuming, so use in the air if needed.
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;...