Posted July 13, 20205 yr Greetings. I am having extreme difficulty with a new music disc I am adding in my mod, it has no sound. I am (Somewhat) new to modding, so solving this can be tricky. Attached are files I believe are important. (sounds.json, ModMusicDisc, IteminitNew, Ruby64, SoundInit (In that order.)) Any and all help at any time is appreciated. sounds.json ModMusicDiscItem.java ItemInitnew.java Ruby64.java SoundInit.java (NOTICE) 1.15.2 IS SOMEWHAT COMPATIBLE WITH 1.16.1. Missing Elements may get done one day. Probably Not.
July 13, 20205 yr Remove ModMusicDiscItem and instantiate MusicDiscItem directly, your issue most likely comes from the fact you are using the deprecated method that takes in a SoundEvent, use the one that uses a Supplier<SoundEvent>. It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
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.