We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4086c04 commit df69338Copy full SHA for df69338
docs/content/Modpacks/Other-Topics/Custom-Sounds.md
@@ -17,7 +17,7 @@ import static com.examplemod.common.registry.ExampleRegistration.REGISTRATE;
17
18
public class ExampleSound {
19
20
- public static final SoundEntry MICROVERSE = REGISTRATE.sound("microverse").build();
+ public static final SoundEntry MICROVERSE = REGISTRATE.sound(ExampleMod.id("microverse")).build();
21
22
public static void init() {}
23
}
0 commit comments