Jump to content

RCAnimation

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by RCAnimation

  1. Hello. I'm having problem with custom sounds with minecraft forge 1.8. sounds.json { "SwordAttack1": {"category": "master","sounds": [{"name": "SwordAttack1","stream": false}]} } Play Sound if (p.getCurrentEquippedItem().getItem() == Item.getByNameOrId("diamond_sword")) { p.getEntityWorld().playSoundAtEntity(p, "rca:SwordAttack1", 1.0F, 1.0F); } Where is "SwordAttack1" stored: (rca = modid) src\main\resources\assets\rca\sounds Where is sound.json stored: (rca = modid) src\main\resources\assets\rca Im getting "[Client thread/WARN]: Unable to play unknown soundEvent: rca:SwordAttack1". SwordAttack1 is ogg file. I hope someone can help me .
  2. Sorry for bad eng speaking. I hope you can understand Hello. This is my first time to work mode. And i watched this tutorial: I did everything well. And when i started eclipse i got an error... (Failed to load the JNI shared library "C:\Program Files(x86)\Java\jdk1.8.0_60\bin\...\jre\bin\server\jvm.dll".) Informations: Windows 10 Eclipse 32bit jdk1.8.0_60 forge-1.8-11.14.3.1450-src JDK succesfully instaled. setup workspace.bat succesfully. setup eclipse.bat succesfully. Eclipse start error... I hope someone can help me Thanks.
×
×
  • Create New...

Important Information

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