Posted May 12, 20169 yr .java code public void onPlayerStoppedUsing(ItemStack itemStack, World world, EntityPlayer entityPlayer, int par4) { world.playSoundAtEntity(entityPlayer, Girigiri.MODID+":giri_giri", 1.0f, 1.0f); } sounds.json { "giri_giri" : { "category": "record", "sounds": [{ "name":"giri_giri", "stream":"true" ] }} } file so why? :'(
May 12, 20169 yr try putting the modid in the sound name. This is what my sounds.json file looks like: { "chuteopen": { "category": "neutral", "sounds": [ "parachutemod:chuteopen1", "parachutemod:chuteopen2", "parachutemod:chuteopen3", "parachutemod:chuteopen4" ] } }
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.