FoundationGames / Phonos

A FabricMC mod adding radio and audio related blocks.
MIT License
12 stars 9 forks source link

Implemented Entity Speaker Support #16

Closed coolsa closed 2 years ago

coolsa commented 3 years ago

Added an item that, when held, will add the player entity to the MultiPositionedSoundInstance via the same mechanisms that add a block, for testing purposes. Can easily be removed or altered for desired effects.

Also, added github actions to create jar artifacts, and upgraded gradle wrapper to 7.2.

FoundationGames commented 2 years ago

Thanks for the contribution! Some things will require changes made by myself.