CurseForge · Minecraft mod
Cobblemon Ultra-Beasts
Ever dreamed of catching every Ultra Beast? Step through a wormhole into Ultra Space, a dimension built for the hunt and bring them home one by one.
Quick answer
Which Cobblemon Ultra-Beasts release should I use?
Cobblemon Ultra-Beasts ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Cobblemon Ultra-Beasts required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Cobblemon Ultra-Beasts ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar need?
ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Cobblemon Ultra-Beasts without breaking your instance.
Built for Cobblemon Ultra-Beasts ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar. It opens that exact file at the source.
About this project
What does Cobblemon Ultra-Beasts add?
Cobblemon Ultra-Beasts
Rare wormholes tear open in the overworld. Step through one and you land in Ultra-Space, a void dimension where a single Ultra Beast waits inside a structure built for it. Catch it, or leave empty-handed — either way the wormhole is gone when you get back.
Runs on Fabric and NeoForge, Minecraft 1.21.1, Cobblemon 1.8.0.
How it works
A wormhole can appear near any player in the overworld, on a timer and a dice roll you control. It announces itself with a warden's sonic boom, drops out of the sky pulling debris into a collapsing swirl, and settles as a portal you can walk into. It lasts one minute, then closes.
Walk in and you're taken to Ultra-Space. One of ten structures is built around you, its Ultra Beast is placed inside, and an exit portal opens at a fixed point of the layout. Your overworld position is saved before you leave.
To come back, take the exit portal or fall into the void. Both routes return you exactly where you were standing, and the structure is torn down behind you.
The rules of the dimension
One player at a time. Ultra-Space is claimed for as long as you're in it, and no new wormhole will spawn anywhere on the server while it is. The claim survives a disconnect for five minutes, so a crash doesn't cost you your run — but if you don't come back in time, the slot is released and you'll be sent home on your next login.
Nobody dies in there. All damage is cancelled inside the dimension. No fall damage, no suffocation, no starving on a long hunt.
Nothing can be built or broken. The structure stays exactly as it was generated.
The Ultra Beast doesn't move, can't be hit, and never despawns. It's there to be caught, not fought with a sword — Cobblemon battles work normally.
The ten structures
Each Ultra Beast gets its own arena, with its own spawn point, player arrival point and exit portal placement:
Nihilego · Kartana · Blacephalon · Pheromosa · Buzzwole · Guzzlord · Celesteela · Xurkitree · Poipole · Stakataka
Which one you get is random on every trip.
Advancements
| How to earn it | |
|---|---|
| Into the Unknown | Enter Ultra-Space for the first time |
| Ultra-Space Master | Catch every Ultra Beast |
The second one tracks each species separately, so it fills in as you go.
Commands
| Command | Permission | What it does |
|---|---|---|
/ultrabeasts info |
all | Current spawn chance, as a ratio and a percentage |
/ultrabeasts reload |
OP level 2 | Reload the config without restarting |
/ultrabeasts wormhole spawn |
OP level 2 | Force a wormhole on yourself |
/ultrabeasts wormhole clear |
OP level 2 | Clean up everything and free the dimension |
wormhole spawn refuses if someone already holds Ultra-Space — the one-player rule applies to operators too.
wormhole clear is the panic button: it removes every wormhole and portal, sends anyone inside Ultra-Space back to their entry point, tears down the structure and releases the claim.
Configuration
A file is created at config/ultrabeasts.json on first launch:
{
"WORMHOLE_SPAWN_CHANCE": 2500,
"TRY_SPAWN_INTERVAL": 400
}
TRY_SPAWN_INTERVAL is how often the server rolls for a wormhole, in ticks. 400 is twenty seconds.
WORMHOLE_SPAWN_CHANCE is the denominator of that roll: 2500 means a 1-in-2500 chance each time. Together the defaults work out to roughly one wormhole per 14 hours of a single player being online — rare by design.
Want to test? Set the chance to 1 and reload; you'll get a wormhole on the next interval. Out-of-range values are clamped rather than crashing, and the corrected value is written back to the file.
Run /ultrabeasts reload to apply changes without a restart.
Installation
- Install Cobblemon 1.8.0 for Minecraft 1.21.1.
- Install the Kotlin bridge for your loader — Fabric Language Kotlin on Fabric, Kotlin for Forge on NeoForge. Cobblemon needs it.
- Drop the Ultra-Beasts jar matching your loader into
mods/. - Launch.
Dependencies
| Fabric | NeoForge | |
|---|---|---|
| Minecraft | 1.21.1 | 1.21.1 |
| Cobblemon | 1.8.0 | 1.8.0 |
| Also required | Fabric API, Fabric Language Kotlin | Kotlin for Forge |
A note on the world warning
Because the mod adds a custom dimension, Minecraft flags single-player worlds as using "experimental settings" and shows a confirmation screen on load. This is normal for any dimension mod and safe to click through. It does mean such worlds can't be uploaded to Realms.
Server notes
Ultra-Space state lives in the world save, so a restart doesn't strand anyone: the structure, the exit portal and the current claim all survive it. If the exit portal ever goes missing while someone is inside — a chunk unload, a stray /kill — it's restored automatically within a second. The same goes for the Ultra Beast.
The wormhole check is throttled and exits early whenever anyone holds Ultra-Space, so its cost on the tick loop is negligible.
Building
./gradlew build
Jars land in fabric/build/libs/ and neoforge/build/libs/. The -dev and -sources jars are build artefacts; ship the plain versioned one.
Standard Architectury multiloader layout: shared code in common/, loader-specific wiring in fabric/ and neoforge/. The project uses an access widener for a handful of vanilla display-entity methods, mirrored as an access transformer on the NeoForge side — both files need to stay in sync if you extend the spawn animation.
Issues
Bug reports and suggestions go to the issue tracker. Please include your loader, your config/ultrabeasts.json, and the server log rather than just the client one — most of this mod runs server-side.
Project description from CurseForge.
Pick your setup
Cobblemon Ultra-Beasts by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Cobblemon Ultra-Beasts versions and loaders
ultrabeasts-neoforge-4.0+Cobblemon-1.8.0.jar
10 Sept 2026
ultrabeasts-fabric-4.0+Cobblemon-1.8.0.jar
10 Sept 2026
UltraBeasts-3.1+Cobblemon-1.8.0.jar
6 Sept 2026
UltraBeasts-3.1+Cobblemon-1.7.1.jar
20 Feb 2026
UltraBeasts-3.0+Cobblemon-1.7.1.jar
1 Feb 2026
UltraBeasts-3.0+Cobblemon-1.7.3.jar
1 Feb 2026
UltraBeasts-2.2+Cobblemon-1.7.2.jar
25 Jan 2026
UltraBeasts-2.2+Cobblemon-1.7.1.jar
5 Dec 2025
UltraBeasts-2.1+Cobblemon-1.7.1.jar
29 Nov 2025
UltraBeasts-2.0.jar
22 Nov 2025
UltraBeasts-1.0.1.jar
24 Aug 2025
UltraBeasts-1.0.0.jar
23 Aug 2025
Looking for an older file? The official CurseForge project page is in Resources.