Posted April 16, 20196 yr Since there aren't many tutorials out for 1.13 yet, I decided to post here asking for help. I've been wanting to add my own custom sounds to my mod, especially for music discs, how do I go about doing that?
April 16, 20196 yr AFAIK nothing has changed since 1.12.2. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
April 16, 20196 yr 1 hour ago, Cadiboo said: AFAIK nothing has changed since 1.12.2. As somebody just getting started it seems like everything has changed in 1.13. Edited April 16, 20196 yr by treebranch
April 16, 20196 yr I’ve never messed with sounds really, but in a mod I work on we reference them with @ObjectHolder here (_null() is a method that returns null but annotated with @Nonnull to get rid of counter productive IDE warnings), register them here, have the sounds json here and use them here. AFAIK this works but I play with sound off so I’m not 100% certain About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
April 17, 20196 yr Author I don't really know what I'm doing here, all I have is a bunch of use cases for sounds, and I don't see where I'm supposed to put them or using them for things like replacing default block placing/breaking sounds, music discs etc.
April 17, 20196 yr 18 hours ago, treebranch said: As somebody just getting started it seems like everything has changed in 1.13. A lot has changed in general, but nothing has changed with sounds. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.