The King of the Monsters stomps into Minecraft.
ZillaCraft adds Godzilla (Minus One style) as a towering boss kaiju — plus a craftable armor set and weapon forged from his scales — for Minecraft 26.2 on Minecraft Forge 65.0.5.
- Version: 1.0.0
- Minecraft: 26.2
- Loader: Forge 26.2-65.0.5
- Java: 25
- 50 blocks tall, 800 HP, 12 armor, knockback-immune, fire-immune, never despawns.
- Full-body hitbox — head, chest, belly, hips, both arms, and five tail segments are each individually attackable and all feed damage to him (invisible follow-along hitbox entities, since a 50-block mob can't rely on a single box).
- Atomic breath — after a ~2.25s charge-up (blue fire builds at his mouth so you can dodge), he sweeps a ~130-block blue heat ray that ignites and detonates everything in its path. 20–30s cooldown. Immune to his own blasts.
- Rampage — as he moves he pulverizes terrain across his whole height (trees, walls, houses), respecting the
mobGriefinggamerule; the dragging tail carves through terrain too. - Kaiju behaviour — no pathfinding: he lumbers straight at targets through anything, turns slowly in wide ship-like arcs, wades along the seabed (head above water), and swipes for 24 damage up close.
- Targets players, iron golems, villagers, and all hostile mobs — ignores passive animals and other Godzillas.
- Minus One silhouette: hunched forward stance, chunky clawed legs, tiny forearms, a long low-hanging tail, and a bristling ridge of jagged dorsal plates.
- Drops: 24–32 Godzilla Scales, 16–32 diamonds, 16–32 emeralds, and 1000 XP.
A full forged-plate set (helmet, chestplate, leggings, boots) crafted from Godzilla Scales. Above netherite in protection, and wearing the complete set grants total fire immunity, 90% blast resistance, and halves all other damage — enough to stand in the atomic breath and live.
Forged from 3 scales + 2 sticks: 100 attack damage, 2,500 durability. Roughly eight swings fell Godzilla himself.
Everything lives in a dedicated ZillaCraft creative tab.
- Install Forge 26.2-65.0.5 (Installer → "Install client") from https://files.minecraftforge.net/net/minecraftforge/forge/index_26.2.html.
- Grab the pre-built
dist/ZillaCraft-1.0.0.jar(also on the Releases page), or build it yourself — see below. - Drop the jar into
%APPDATA%\.minecraft\mods\. - Launch the forge profile from the Minecraft Launcher.
- Grab the Godzilla Spawn Egg from the ZillaCraft (or Spawn Eggs) creative tab, or
- run
/summon zillacraft:godzilla.
Spawn him in a wide-open area — he's 50 blocks tall and demolishes anything nearby. Fight him in survival, or drop him near a village or iron golem to watch him rampage.
Requires JDK 25 (e.g. Eclipse Adoptium).
# Windows PowerShell
$env:JAVA_HOME = "C:\Path\To\jdk-25"
.\gradlew.bat build # -> build\libs\ZillaCraft-1.0.0.jar
.\gradlew.bat runClient # launch a dev client# Linux / macOS
JAVA_HOME=/path/to/jdk-25 ./gradlew build| Path | Contents |
|---|---|
src/main/java/com/zillacraft/ |
Entity, AI, hitboxes, item/armor/tab registration |
src/main/java/com/zillacraft/client/ |
Model, renderer, render state, client events |
src/main/resources/assets/zillacraft/ |
Textures, models, lang, equipment |
src/main/resources/data/zillacraft/ |
Loot table, recipes, tags |
tools/gen_textures.py |
Procedural texture generator (stdlib only) — see tools/README.md |
Note: the internal mod id is
zillacraft(used in registry names, asset paths, and commands); ZillaCraft is the display name. Textures are committed, so you don't need to run the generator unless you change the model.
See CHANGELOG.md for the version history.
Made by RochStudio — subscribe on YouTube: @RochStudioz. Built on Minecraft Forge.
Godzilla and all related characters and designs are the property of Toho Co., Ltd. ZillaCraft is an unofficial, non-commercial fan project and is not affiliated with or endorsed by Toho. No Mojang or Toho assets are redistributed in this repository.
- Mod license & full disclaimer: LICENSE
- Forge is a dependency, not bundled — its LGPL 2.1 license: FORGE-LICENSE.txt