Skip to content

fix: database slots, chunkloader tickets, sound guards (NEW-143, 168, 172, 174)#66

Open
ximaks00-hue wants to merge 1 commit into
akki697222:dev-MC1.20from
ximaks00-hue:fix/new-143-172-database-chunkloader
Open

fix: database slots, chunkloader tickets, sound guards (NEW-143, 168, 172, 174)#66
ximaks00-hue wants to merge 1 commit into
akki697222:dev-MC1.20from
ximaks00-hue:fix/new-143-172-database-chunkloader

Conversation

@ximaks00-hue

Copy link
Copy Markdown
Contributor

Summary

  • NEW-143: skip empty slots in database hash/index
  • NEW-172: no null ChunkPos in restoredTickets; safe world save cleanup
  • NEW-168/174: guard tryParse before SoundEvent creation

Test plan

  • Database empty slot hash not returned
  • Chunkloader orphan ticket cleanup no NPE

… guards (NEW-143, NEW-172, NEW-168, NEW-174)

- UpgradeDatabase hash/index skips ItemStack.EMPTY via isEmpty guard instead of type match (NEW-143).

- Do not store null ChunkPos in restoredTickets; skip null entries on world save cleanup (NEW-172).

- Guard ResourceLocation.tryParse before SoundEvent creation on client paths (NEW-168, NEW-174).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants