Use standard SoundEvent
instance for correct Registry
behavior #2
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: andrew/SpeedCarts#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "1.17"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Registries use object identity for hashing and comparison, so creating a new
SoundEvent
instance isn't guaranteed to return the same registry entry for network serialization, etc.Closes #1