Skip to content

Prosperity v1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:36
· 1 commit to master since this release
f513be9

Prosperity's first public beta brings the core instanced-loot system to players, along with several protection improvements and visual polish. Everything below is what's new since the project launched.

Added

  • Distance-based loot scaling is now part of the public add-on API, letting other mods and datapacks read which distance tier a container falls into.
  • Mod-presence loot gates — loot table entries can now be conditioned on whether a specific mod is installed, so modpack authors can write loot that only appears in the right environment.
  • protectionUnbreakable flag — server operators can mark containers as completely unbreakable, preventing any player from destroying them.
  • Blast resistance for locked containers — containers marked unbreakable now also survive explosions.
  • Loot indicators refresh properly — visual loot indicators re-illuminate when a container's loot refreshes, and a new radius-refresh option updates all nearby indicators at once.

Fixed

  • Config sync now sends a compact payload and has a higher size cap, fixing failures on servers with large configurations.
  • Container protection now correctly covers containers that haven't been looted yet, and players receive a warning when they attempt to break a protected container.