
Godzilla
Create a complete Minecraft Java Edition mod using Forge (Java 8, Forge 35.x) with mod ID “gojira” that adds a new large hostile mob named Gojira. Gojira...
Downloads
20
Remixes
0
Price
Free
neoforge · Client · 1.21.1 · mod
Godzilla (Gojira) Mod Notes
- Adds the massive hostile mob Gojira (200 HP, fire-immune). It actively searches for the nearest ocean biome, travels there, dives at least 20 blocks below sea level, and sleeps/ idles on the seabed until disturbed.
- Behaviour: neutral until a player approaches or attacks; retaliates and uses mixed attacks—melee swipe (8 dmg), heavy stomp with knockback (10 dmg), and a ray-traced plasma beam (12 dmg, sets targets on fire) with an enforced cooldown.
- Gojira can be spawned with the Gojira Spawn Egg (found in the Spawn Eggs tab). On death it drops the unique Heart of Gojira.
- Heart of Gojira: consumable item that grants a permanent max-health boost to 100 HP via a fixed modifier. The effect persists through death and relog and will not stack or reapply if already unlocked.
- Creative access: Spawn Egg appears in the Spawn Eggs tab; Heart of Gojira appears in the Ingredients and Combat tabs.
- Drops/loot are handled directly by the entity (no additional loot tables required). No client-only classes are referenced in shared code to keep the mod server-safe.
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...
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,...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
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...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...