Hello I'm trying to add a music disc into Minecraft. I'm on forge 1.7.10-10.13.2.1291. I've been trying to add a music disc for quite some time and nothing, I've got it in the game with the proper name but theres no sound. I've added bunch of other stuff into Minecraft and had no problems. I only gave you everything that is connected with the music disc and if you know anything wrong with my setup, please tell me. :'(
This is my MusicDisc.java :: http://pastebin.com/TJ59fGjk
And this is my main class :: http://pastebin.com/jU6vJrMp
My sounds.json :
{
"records.Kitten": {"category": "record", "sounds": [{"name": "records/kitten","stream": true }]}
}
And my en_US.lang :
item.record_Kitten.name=Music Disc
item.record_Kitten.desc=Music Disc Description Testing
Thanks for your time.