Jump to content

Ai7or21

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Ai7or21

  1. Yeah, thanks
  2. Hi, i'm new to forge and i'm following a basic tutorial. I have written all like in the tutorial but i'm getting this error: Implicit super constructor Block() is undefined. Must explicitly invoke another constructor This is my code: package com.saphire.saphiremod; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.creativetab.CreativeTabs; public class saphireOre extends Block { public saphireOre(int id, Material mat) { supper(mat); this.setCreativeTab(CreativeTabs.tabBlock); } @Override public void registerBlockIcons(IIconRegister p_149651_1_) { this.blockIcon = p_149651_1_.registerIcon("saphire:orePuplet"); } } Sorry if i dont use the insert code button, but it doesn't works.
  3. Hi, i've searched for my problem before posting(in google and in this forum) and i've alredy read the EAQ(two times before posting and after reading your answer) and i can't find the solution I have to take back, I've just find the solution in the EAQ sorry!
  4. Hi, I was going to test a mod with forge but when i click to play the launcher closes and nothing happens . The only thing i did the last days related to java or Minecraft was installing the java JDK v8 ,including in the path variable the route of instalation of java JDK and installing a tool for quick mod develop called Mcreator. The last log: [21:43:52] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [21:43:52] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [21:43:52] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [21:43:52] [main/INFO]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading [21:43:52] [main/INFO]: Java is Java HotSpot Client VM, version 1.8.0_20, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_20 [21:43:52] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [21:43:52] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [21:43:52] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [21:43:52] [main/ERROR]: Unable to launch java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_20] at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_20] at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_20] at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?] Sorry for my bad English
×
×
  • Create New...

Important Information

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