Skip to content

Commit df69338

Browse files
Update sound registration to use ExampleMod.id (#4339)
1 parent 4086c04 commit df69338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Modpacks/Other-Topics/Custom-Sounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import static com.examplemod.common.registry.ExampleRegistration.REGISTRATE;
1717

1818
public class ExampleSound {
1919

20-
public static final SoundEntry MICROVERSE = REGISTRATE.sound("microverse").build();
20+
public static final SoundEntry MICROVERSE = REGISTRATE.sound(ExampleMod.id("microverse")).build();
2121

2222
public static void init() {}
2323
}

0 commit comments

Comments
 (0)