Jump to content

Sinon434Real

Members
  • Posts

    5
  • Joined

  • Last visited

Sinon434Real's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Darn, well i have reasons to why im modding for 1.8.9, but ok. Maybe ill update my mod to 1.12.
  2. I seem to can't use the @Config annotation. I'm modded for 1.8.9, and I don't know if thats supported in that version.
  3. So i already made it where a config file is generated for my mod, but i don't know how to access the values i stored in it and store those into variables to use around my code. How would i do so?
  4. So i'm trying to play sound at a player when they die using Minecraft.getMinecraft().getSoundHandler().playSound(sound); but it only plays at the players location, so if they for example fall into the void and die, the sound plays in the void, so they can't hear it. How can i play a sound without it playing at the players location?
  5. I'm trying to make a mod for forge 1.8.9 that plays a custom sound when a certain word is received in chat. So far it works in single player, but on servers it doesn't play the sound. Iv'e been everywhere online trying to find a fix but nothing help. Also i'm very new to modding.
×
×
  • Create New...

Important Information

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