Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 20:10
· 8 commits to main since this release

Added

  • Configurable dimension game rules — pocket dimensions now inherit all overworld game rules by default, with per-rule overrides via dimensionGameRules config (e.g., keepInventory, randomTickSpeed) (#1)

Fixed

  • Permission check crash on 1.21.11 when teleporting to pocket dimensions (ClassCastException in CommandCompat)

Changed (BREAKING)

  • Translation keys renamed from personalworlds.* to pocketislands.* — resource packs and custom language files must update key names
  • Permission nodes renamed from personalworlds.admin.* / personalworlds.player.* to pocketislands.admin.* / pocketislands.player.* — LuckPerms configurations must be updated
  • Config file renamed from config/personalworlds.json to config/pocketislands.json — existing config is auto-migrated on first load
  • Mixin config renamed from personalworlds.mixins.json to pocketislands.mixins.json
  • JAR output renamed from personalworlds-*.jar to pocketislands-*.jar