Skip to content

PocketDice v0.4.0

Latest

Choose a tag to compare

@sepehrhn sepehrhn released this 29 May 15:28

Highlights

  • Minecraft 26.1.x support: PocketDice now targets Minecraft 26.1, 26.1.1, and 26.1.2.
  • Multi-platform release continues with dedicated builds for Paper-family and Fabric/Quilt servers.
  • Fabric/Quilt build updated for Fabric Loader 0.19.2 and Fabric API 0.150.0+26.1.2.
  • Paper/Purpur/Folia build updated against Paper API 26.1.2 stable.
  • Java 25 is now required.

⚠️ Platform & artifact selection (IMPORTANT)

v0.4.0 publishes two JARs:

  • PocketDice-0.4.0-Paper.jar
    Use this for Paper / Purpur / Folia servers.

  • PocketDice-0.4.0-Fabric.jar
    Use this for Fabric servers (also compatible with Quilt loader).

Notes:

  • Do not use the Paper JAR on Fabric/Quilt.
  • Do not use the Fabric JAR on Paper/Purpur/Folia.
  • Spigot/plain Bukkit remains unsupported for v0.2.0+.

⚠️ Upgrade note from v0.3.0

Upgrading from v0.3.0 → v0.4.0 should be straightforward:

  1. Stop the server.
  2. Make sure your server is running Minecraft 26.1, 26.1.1, or 26.1.2.
  3. Make sure Java 25 is available.
  4. Replace the old PocketDice JAR with the correct v0.4.0 JAR for your platform.
  5. Start the server.

Config behavior:

  • No config reset is required.
  • Existing config and locale files should continue to work.
  • Existing anti-spam, sound, locale, and update-check settings are preserved.

✨ New

  • Minecraft 26.1.x compatibility

    • Added support for Minecraft 26.1.
    • Added support for Minecraft 26.1.1.
    • Added support for Minecraft 26.1.2.
  • Updated platform targets

    • Fabric/Quilt now targets the 26.1.2 Fabric toolchain.
    • Paper/Purpur/Folia now compiles against the 26.1.2 stable Paper API.
    • Both release artifacts are prepared for the same 26.1.x Modrinth version set.

Improvements & internals

  • Updated build configuration for the 26.1.x release line.
  • Migrated Fabric-side Minecraft API usage for the current 26.1.x server mappings.
  • Updated fabric.mod.json and plugin.yml metadata for the new supported game versions.
  • Updated GitHub Actions to build the release artifacts with Java 25.
  • Updated README, changelog, and release documentation for the new release.

Summary for upgraders

  • Pick the correct platform artifact: Paper/Purpur/Folia vs Fabric/Quilt.
  • Use Minecraft 26.1, 26.1.1, or 26.1.2.
  • Use Java 25.
  • No config folder deletion or migration reset should be necessary when upgrading from v0.3.0.