Jump to content

robin4002

Forge Modder
  • Posts

    283
  • Joined

  • Last visited

Everything posted by robin4002

  1. guava-14.0.jar look missing. Check if guava-14.0.jar exist in /libraries/com/google/guava/guava/14.0 and forge can read it. Also, ask your host if it is compatible with forge
  2. Forge installer automatically download already scala, if you have had this problem, is that something has blocked the download (antivirus, firewall, ...)
  3. Use the installer, install it on a local folder, then upload all the file in the FTP. If you don't do this,, libraries will be missing. When something doesn't work, always give the logs (ForgeModLoader-server.log on a server) French :
  4. http://files.minecraftforge.net/fmllibs/scala-library.jar Put it in your mods folder.
  5. Check your config, max block ID is 4095.
  6. GameRegistry.addRecipe(new ItemStack(RedLight, 2), new Object [] { " X ", " X ", " X ", 'X', RedLight }); GameRegistry.addRecipe(new ItemStack(BlueLight, 2), new Object [] { " X ", " X ", " X ", 'X', BlueLight }); Go learn how add a recipe.
  7. U_u [spoiler] copy/paste here [/spoiler]
  8. make a new folder in your desktop, name it "server", run the installer, select this folder, click "install server" open the folder server, select all files and upload all in your FTP.
  9. it's not java version, it's java -version.
  10. Jarfix : http://johann.loefflmann.net/en/software/jarfix/index.html
  11. Right click-> open with -> java if it still does not work, use jarfix (link on the EAQ)
  12. Right click, Open with, java.
  13. Use the installer not universal ...
  14. Yes, it's correct. log ?
  15. here : http://www.mcportcentral.co.za/index.php?topic=5490.0
  16. Terrain block id must be lower than 256.
  17. You probably click the wrong link. When you're on the adf.ly page, wait 5 seconds and click "skip ad".
  18. Don't use 789, use 790 +
  19. Reinstall forge, the patch seems to have misapplied
  20. Right clic on the cmd, select all, press entry, and paste here Us can't help you without log.
  21. Problem found : You using wrong block material. Try this : gallifreyStone = new BlockGallifreyStone(241, Material.rock);
  22. => http://www.minecraftforge.net/forum/index.php/topic,11016.0.html
  23. Work for me. Can I see your sources ( Main Class + Block Class) ?
  24. Make a bat file : java -cp minecraftforge-installer-1.6.2-9.10.0.804.jar cpw.mods.fml.installer.SimpleInstaller
×
×
  • Create New...

Important Information

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