Jump to content

[1.16.1] Music Discs Are Not Playing Anything.


Tesla776

Recommended Posts

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.

Link to comment
Share on other sites

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".

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.