Jump to content

Recommended Posts

Posted

When I try to do / playsound morediscs:music/chillen (the name of my mod and track) than the error comes up as: "Unable to play unknown soundEvent: morediscs:music/chillen"

I posted one for 1.7.10 but it wasn't supported so I updated it for 1.9.

 

Main:

Spoiler

71a517601a65b7523e83feb9e62e91a8.png

 

 

Folder:

Spoiler

879efaa1105a6f810bc7b016b4b9832a.png

 

 

Json:

Spoiler

{
  "chillen": {
    "category": "record",
    "sounds": [
      {
        "name": "music/chillen",
        "stream": true
      }
    ]
  }

 

 

Posted

I believe you want the sound file to be in main/resources instead of main/java

 

Also, you should post your fml-client-latest.log file when you post an issue, it can help too :)

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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