BraveNewGlobe

Brave New Globe — Client Installation & Auto-Update

How to set up the Brave New Globe modpack as a player. You do this setup one time (about 10 minutes). After that, just launch and you’re always up to date.


What you need

Step 1 — Create the instance

  1. Open PrismLauncher → Add Instance.
  2. Pick Minecraft version 1.21.1.
  3. Click NeoForge and choose version 21.1.248.
  4. Name it Brave New GlobeOK.

The installer will also correct the loader version to match the pack automatically, but creating it right avoids a first-launch prompt.

Step 2 — Add the installer file

The pack is pulled by a tiny helper called packwiz-installer-bootstrap.jar.

  1. Download it from this repo: tools/packwiz-installer-bootstrap.jar (or from the official releases).
  2. In PrismLauncher, select your instance → click Folder (top toolbar). This opens the instance folder.
  3. Go into the .minecraft folder inside it.
  4. Put packwiz-installer-bootstrap.jar in that .minecraft folder.

Step 3 — Turn on auto-sync (one command)

  1. In PrismLauncher, select the instance → EditSettings tab → Custom commands.
  2. Tick Custom commands to enable it.
  3. In the Pre-launch command box, paste exactly this:

    "$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Minecraft-Bonanaza/BraveNewGlobe/main/pack/pack.toml
    

That’s the whole trick: before each launch, PrismLauncher runs this line, which checks the repo and downloads anything that changed.

Step 4 — Launch

Hit Launch. The first launch downloads all the mods (you’ll see a small progress window — this is normal and only happens once). When it finishes, Minecraft starts.

That’s it — you’re set up. ✅

Getting updates later

Do nothing. Just launch the instance. The pre-launch command re-syncs against the repo every time, so you always get the latest mods, configs, and datapacks. Updates are usually a few seconds.

Troubleshooting