Jump to content

lada125

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by lada125

  1. Greetings, I would appreciate if someone helped me with this: I want to store a boolean which is unique for each block, but when I use this public boolean something = false; (in the block class) and set it to true on some event like block placed, it changes to true for every block of the same type. Is there a way I can store a variable that changes only in one block which caused the event and not all blocks?
  2. I taked a look at the log and saw the problem. It was loading mods from where the shortcut was. That explains why when i run it directly from my launcher it tried to load mods from the folder where is the EXE located (no mods are there). But with the shortcut it was trying to load mods from where is the shortcut located (Desktop), where is also MCP located (but in two subfolders) and it loaded my mod from it. So in the launcher I set the process working directory and that fixed it. Thank you very much (I gave you +1 Thanks)
  3. I am creating my own multilauncher. I have completed the basics of the launcher and started adding features, running Minecraft with Minecraft Forge works fine with my launcher, but the problem is when I added Shortcut feature. So there wouldn't be a problem with that feature, but the problem is when i have MCP with my mod installed. I have no idea why, but when Forge is launched throught the my launcher shortcut, it loads my mod from MCP causing Minecraft to crash even if the MCP is in another location then shortcut, launcher or forge. The error is: "java.lang.IllegalArgumentException: duplicate key: *mod name*" Shotcut refers to my launcher with arguments, that my program accepts and uses them to launch the correct Minecraft. No others mods then forge are installed. And my question is: Why is forge loading my MCP mod?
×
×
  • Create New...

Important Information

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