Fabric API

Fabric API

106M Downloads

SoundEvent turned private

haubna opened this issue ยท 3 comments

commented

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.

commented

Yeah, we should TAW this.

commented

I think it would be better to TAW the two of builder methods. ๐Ÿ‘

commented

Looking forward to this