Jump to content

luacs1998

Members
  • Posts

    2133
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by luacs1998

  1. Then use the official launcher.
  2. Or just get multimc from multimc.org
  3. This topic has been moved to Modder Support. [iurl]http://www.minecraftforge.net/forum/index.php?topic=15443.0[/iurl]
  4. Magic, pixie dust, spit and prayers. No, seriously:
  5. You need the following lines from Forge's buildfile: buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.1-SNAPSHOT'} } Either copy that into your build.gradle, or if you don't have any custom actions, overwrite your build.gradle with the one provided in forge src.
  6. Corrupt? My tests show that it works, try using another archiver (I recommend 7zip)
  7. Flat rule: NEVER download mods from anywhere that's not the official mod thread or webpage. When you actually have LEGIT mods from the LEGIT sources, and still run into errors, make another thread.
  8. Depends if coded properly.
  9. It's up to the user to make sure they have the correct mods for the correct minecraft. Not our forum's problem to do such hand-holding. I'll leave your post here, but don't expect me to sticky it or refer the punters to it. It's basic common sense, they SHOULD know (and most don't, unfortunately)
  10. You want mcpc support, we can't do anything.
  11. Use the build.gradle provided in forge src
  12. Keybindings (or hotkeys if you want to call it that) have been rewritten in 1.7, it's now event based. The usual, up to the modder to implement if they want to.
  13. EAQ has all the download links, for god's sake -.-
  14. Download http://files.minecraftforge.net/fmllibs/fml_libs_dev15.zip , put all files inside into mcp/lib And you shouldn't be developing for 1.5.2, really.
  15. http://adf.ly/673885/http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.2-10.12.0.996/forge-1.7.2-10.12.0.996-installer-win.exe Disable your antivirus before downloading, some of them can be rather trigger happy.
  16. You don't have the forge log? Update.
  17. This topic has been moved to Modder Support. [iurl]http://www.minecraftforge.net/forum/index.php?topic=15325.0[/iurl]
  18. Read the EAQ.
  19. This topic has been moved to Modder Support. [iurl]http://www.minecraftforge.net/forum/index.php?topic=15293.0[/iurl]
  20. This topic has been moved to Support & Bug Reports. [iurl]http://www.minecraftforge.net/forum/index.php?topic=15297.0[/iurl]
  21. Short answer: No, it's impossible. You pick, Forge or spout. Long answer: Forge and spoutcraft are completely different APIs. It's like pulling Martians off their planet and expecting them to live on Earth like everyone else. So no, it can't be done, unless someone writes a forge compat layer for spoutcraft.
  22. Target 1.6.4. Consider that an order. 1.6.4 mods work on 1.6.2 and vice versa if you reobfed with srgnames.
  23. src, as always.
×
×
  • Create New...

Important Information

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