Posted March 27, 201510 yr I was making a custom sound for my mod and when I try to play it it doesn't exactly work. My sounds.json is located at assets\<modid>\sounds.json and has the following in it: { "poof":{ "category": "master", "sounds": [ "sounds/poof" ] } } However, when I try to play it via "/playsound <modid>:poof mrkirby153", the console says "[18:20:19] [Client thread/WARN]: Unable to play empty soundEvent: <modid>:poof" My sound file is located under assets\<modid>\sounds\poof.ogg" I feel like I'm missing something incredibly obvious right now http://i.imgur.com/gWwyMMO.jpg[/img]
March 27, 201510 yr { "poof":{ "category": "master", "sounds": [ "poof" ] } } Author of Tao Land Mod. http://taoland.herbix.me/images/1/14/TaoLandLogo.png[/img] Also, author of RenderTo ---- I'm not an English native speaker. I just try my best.
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.