Voxel mountains with spruce trees, a turquoise river and a sunset
FROM MY WORKBENCH. FOR YOUR WORLD.

Your world.
A few blocks
better.

More adventure. Better together.
Minecraft mods by MrStilu2k6 — built for your
next shared adventure.

+ FOR MINECRAFT: JAVA EDITION
19published projects
36.8KCurseForge downloads
4mod loaders in the catalog
Data from CurseForge
01 / THE MOD INVENTORY

Small mods. Big possibilities.

Discover new mechanics and the add-ons to go with them.

19 PROJECTS
IN-GAME ON CURSEFORGE
Adventure01

Gateway of Doom

Throw a Devil Eye to open a configurable combat gateway. Survive random or fixed waves, bosses and timed challenges for rewards—or suffer debuffs. Includes auto gateways, custom mobs, profiles, admin menus, commands, diagnostics, plus a stable add-on API.

FabricNeoForgeForgeQuilt
13.3KMC 26.2 +
IN-GAME ON CURSEFORGE
Challenge05

Challenge Timer

Server-side challenge timer that shows your playtime and in-game day in the action bar. Optional challenge mode: on death the run fails, the death screen is skipped and everyone goes spectator. Restart into a fresh world with one command.

ForgeFabricNeoForge
544MC 26.2 +
GET MORE FROM YOUR MODS

Even better together.

13 add-ons connect your mods with the rest of your modpack.

See all on CurseForge
Add-on19

Better Party X Waystones

Connects Better Party with Waystones: start group party warps, optionally allow officers to initiate them, and let the initiator pay or split the real Waystones cost across the travelling party.

NeoForgeFabricForge
1.5KMC 26.2 +

Descriptions, images, downloads and compatibility: CurseForge, captured on 6 September 2026. Find compatible files on each project’s page. Download counts are a saved snapshot and do not update automatically.

02 / FOR DEVELOPERS

Make it
your own.

Build integrations and add-ons for your favorite mods, with API references, Java examples and downloadable documentation.

Gateway guide in German
MOD CATALOG AS JSONGET /api/v1/mods

All 19 projects. Use ?slug=better-party to fetch a single project. Snapshot: 6 September 2026.

Open JSON
DEVELOPER WORKBENCHJAVA
API v1

Client code · Read party data

import dev.betterparty.api.v1.client.
    BetterPartyClientApi;

// Read the current party snapshot
var party = BetterPartyClientApi.currentParty();

Immutable party snapshots, events, HUD extensions and synchronized add-on settings.

Open documentation