Skip to content

Commit

Permalink
Move MixinSoundManager to mixins root
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Jan 30, 2025
1 parent 8cc1e38 commit 272b68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package btw.mixces.animatium.mixins.level;
package btw.mixces.animatium.mixins;

import btw.mixces.animatium.AnimatiumClient;
import btw.mixces.animatium.config.AnimatiumConfig;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/animatium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"accessor.ClientLevelDataAccessor",
"accessor.PlayerAccessor",
"accessor.SkyRendererAccessor",
"level.MixinSoundManager",
"MixinSoundManager",
"level.entity.MixinEntity",
"level.entity.MixinLivingEntity",
"level.entity.MixinPlayer",
Expand Down

0 comments on commit 272b68a

Please sign in to comment.