HomeJavaModsOogabooga: The Terminator
ModsJava

Oogabooga: The Terminator

by LucasErrNotFound · on Modrinth

An unstoppable hunter stalks your every move. Your only salvation: slay the Ender Dragon. Free Minecraft Java mod for 26.1.

⬇ Download on Modrinth
Oogabooga Logo

Oogabooga: The Terminator

An unstoppable hunter stalks your every move. Your only salvation: slay the Ender Dragon.

Minecraft Fabric Java

modrinth-badge

modrinth-badge


Overview

Oogabooga is a Fabric mod for Minecraft 26.1 (Java Edition). It drops a relentless, Herobrine-skinned hunter into your world: a bot called Oogaboooga that pathfinds across terrain, sprint-jumps gaps, pillars up to reach you, and digs through walls when it has to. It does not give up, and almost nothing can hurt it.

The concept is a one-sided manhunt. A single hunter spawns into the server and treats the nearest player as prey, closing distance with purpose-built movement AI rather than vanilla mob navigation. The fantasy: you cannot outrun it and you cannot kill it by conventional means. The intended escape is to beat the game itself by slaying the Ender Dragon.

Under the hood the hunter is not a normal mob. It is a server-side fake player (ServerPlayer) wearing a custom skin, which lets it move, sprint, jump, and place blocks exactly like a human opponent would.

Today the hunt is started and stopped by operator commands (see Commands).

Features

Gallery

The hunter chasing a player across terrain

The hunter pillaring up to reach an elevated player

The hunter jumping across a gap

Commands

All commands are rooted at /terminator and require operator (gamemaster) permission.

Command Effect
/terminator connect Spawns the hunter at your position. Fails if one is already connected.
/terminator disconnect Removes the active hunter from the world.
/terminator commence Begins the hunt: the bot starts pathfinding and chasing the nearest player.
/terminator stop Freezes the hunter in place without removing it.

Typical flow: /terminator connect to bring it in, /terminator commence to set it loose, /terminator stop to call it off, /terminator disconnect to send it away.

Requirements

Dependency Version
Minecraft 26.1
Fabric Loader ≥ 0.19.2
Fabric API 0.145.1+26.1
Java 25

Installation

  1. Install the Fabric Loader for Minecraft 26.1.
  2. Download Fabric API (0.145.1+26.1 or compatible) and place it in your mods/ folder.
  3. Place the Oogabooga jar (from a release, or built from source below) in the same mods/ folder.
  4. Launch the game with the Fabric profile.

Building from source

The project uses the Gradle wrapper, so no local Gradle install is needed.

# Build the mod (output jar lands in build/libs/)
./gradlew build

# Run the Minecraft client with the mod loaded
./gradlew runClient

# Run a dedicated server with the mod loaded
./gradlew runServer

# Run the data generator
./gradlew runDatagen

On Windows, use gradlew.bat in place of ./gradlew.

Credits

Referencing target Minecraft 1.21.11 (Yarn mappings); all adapted logic was translated to Mojang Mappings for 26.1.

License

Released under the GPL-3.0-only license.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more