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. 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.
  6. 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.
  7. it's not java version, it's java -version.
  8. Jarfix : http://johann.loefflmann.net/en/software/jarfix/index.html
  9. Right click-> open with -> java if it still does not work, use jarfix (link on the EAQ)
  10. here : http://www.mcportcentral.co.za/index.php?topic=5490.0
  11. You probably click the wrong link. When you're on the adf.ly page, wait 5 seconds and click "skip ad".
  12. Right clic on the cmd, select all, press entry, and paste here Us can't help you without log.
  13. Problem found : You using wrong block material. Try this : gallifreyStone = new BlockGallifreyStone(241, Material.rock);
  14. => http://www.minecraftforge.net/forum/index.php/topic,11016.0.html
  15. Work for me. Can I see your sources ( Main Class + Block Class) ?
  16. 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.