User Tools

Site Tools


tutorial:sounds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tutorial:sounds [2021/02/06 10:33] โ€“ Added a warning about channel count magistermakstutorial:sounds [2023/01/09 17:51] โ€“ [Step 3: Create your sound event] Updated for 1.19.3+ slainlight
Line 71: Line 71:
     [...]     [...]
     public static final Identifier MY_SOUND_ID = new Identifier("tutorial:my_sound");     public static final Identifier MY_SOUND_ID = new Identifier("tutorial:my_sound");
-    public static SoundEvent MY_SOUND_EVENT = new SoundEvent(MY_SOUND_ID);+    public static SoundEvent MY_SOUND_EVENT = SoundEvent.of(MY_SOUND_ID);
 } }
 </code> </code>
 +If you're using version 1.19.2 or below, please replace ''SoundEvent.of'' with ''new SoundEvent''ใ€‚
 ==== Step 4: Register your sound event ==== ==== Step 4: Register your sound event ====
 Register your sound event under the ''SOUND_EVENT'' registry: Register your sound event under the ''SOUND_EVENT'' registry:
tutorial/sounds.txt ยท Last modified: 2023/01/09 18:20 by slainlight