Jump to content

Thecheatgamer1

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by Thecheatgamer1

  1. Well this is my item class This is my modItems class were i put all the things that load all items And everytime i load my mod in normal minecraft i get this cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: com.Thecheatgamer1.Annom.Item.ItemKi87ElementIngot.setHasSubtypes(Z)Lnet/minecraft/item/Item; at cpw.mods.fml.common.LoadController.transition(LoadController.java:142) at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410) at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:732) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoSuchMethodError: com.Thecheatgamer1.Annom.Item.ItemKi87ElementIngot.setHasSubtypes(Z)Lnet/minecraft/item/Item; at com.Thecheatgamer1.Annom.Item.ItemKi87ElementIngot.<init>(ItemKi87ElementIngot.java:29) at com.Thecheatgamer1.Annom.Item.ModItems.init(ModItems.java:28) at com.Thecheatgamer1.Annom.Annom.preInit(Annom.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98) at cpw.mods.fml.common.Loader.loadMods(Loader.java:514) ... 5 more And when i tryed to fix that more and more crash erros cam up!
  2. well it fixed 2 problems i had {1} the ground material error {2} minecraft not loading in eclipse thanks!
  3. Well i extracted both mcp and forge into 1 folder then i went into the forge folder an use the install file and that is it, my mod is connected to all things correctly I copyed pahimars lets plays on how to set it up due to it was confusing at first
  4. There is no output from running reobfuscate_srg.sh and there is no directory for /src/minecraft/mods
  5. there is no such path as src/mods and there is nothing in reobf folder i run both recompile.sh and reobfuscate_srg.sh
  6. Can someone please help me due to i have to half my mod completely due to this
  7. Well lexmanos told me to obfuscate my mod.... what i clearly dont know how to do, does anyone know if hes right and how to do it or can anyone give me some true advice
  8. Well i coded this what is my BlockFusionOre.java class And this is my ModBlocks.java class, its so i dont trash the main class with all the block loading and resource code! Everytime i start up minecraft with this, it gives me this crash log! Can someone tell me how to fix this i looked in the net.minecraft.materials.Materials class and i found the groud material but it comes up with this
  9. This mod is a development build and is currently in its stages were it can only be read by forgecraft! This thread will be updated with many things when the first release is out! So while you are waiting, you can come up with things i can put in the mod, this will add more time to the first release!
×
×
  • Create New...

Important Information

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