SoundEvent turned private
haubna opened this issue ยท 3 comments
In 1.19.3-pre2 the SoundEvent class is private and thus you are unable register SoundEvents as described here https://fabricmc.net/wiki/tutorial:sounds
The static constructor methods of SoundEvent also seem to be protected. The SoundEvents class can register them due to being in the same package but as a modder it seems like we need to use AW or a Mixin now.