Skip to content

Update entities which are related to sounds#24

Merged
theEvilReaper merged 5 commits into
developfrom
feature/reworkSound
Jun 11, 2025
Merged

Update entities which are related to sounds#24
theEvilReaper merged 5 commits into
developfrom
feature/reworkSound

Conversation

@theEvilReaper
Copy link
Copy Markdown
Contributor

Proposed changes

This pull request updates the sound entity structure to align with the new version of Minecraft. It follows the specifications outlined in issue #23 and is part of the model update described in #10.

Closes #23

Types of changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.

  • I have read the CONTRIBUTING.md
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@theEvilReaper theEvilReaper self-assigned this Jun 11, 2025
@theEvilReaper theEvilReaper added enhancement New feature or request Feature labels Jun 11, 2025
Copy link
Copy Markdown
Contributor

@TheMeinerLP TheMeinerLP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@theEvilReaper theEvilReaper merged commit fad5809 into develop Jun 11, 2025
6 checks passed
@theEvilReaper theEvilReaper deleted the feature/reworkSound branch June 11, 2025 20:07
theEvilReaper added a commit that referenced this pull request Jun 12, 2025
* Update SoundData definition to match the latest release of the game #23

* Update SoundEntity to match with the latest release of the game #23

* Rename sound files for better understanding and update documentation #23

* Update model import and add class header documentation #23

* Fix documentation #23
@theEvilReaper theEvilReaper mentioned this pull request Jun 12, 2025
7 tasks
theEvilReaper added a commit that referenced this pull request Jun 12, 2025
* Update SoundData definition to match the latest release of the game #23

* Update SoundEntity to match with the latest release of the game #23

* Rename sound files for better understanding and update documentation #23

* Update model import and add class header documentation #23

* Fix documentation #23
theEvilReaper added a commit that referenced this pull request Jul 4, 2025
* Update SoundData definition to match the latest release of the game #23

* Update SoundEntity to match with the latest release of the game #23

* Rename sound files for better understanding and update documentation #23

* Update model import and add class header documentation #23

* Fix documentation #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Update Sound structure to the latest release

2 participants