Jump to content

fox_news

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by fox_news

  1. ahh thank you. i thought it did this automatically.
  2. have you tried taking a look at the default minecraft code for enchanted armor?
  3. have a look at the anvil container
  4. have you tried to use forge events to check when an enderman locks in it's target and then cancel the event?
  5. if you want to do anything with language, i suggest using the I18n class.
  6. GuiOptions is a default minecraft screen. it will bring up this: the reason why you are getting that error is because your screen is not opened before you call it. have it open and then call it. the first parameter is asking for the parrent (the screen to return to when done is clicked)
  7. then tell him to change the name to something besides 'forge' multipart?
  8. I am currently only getting this error when i run my mod OUTSIDE eclipse cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: textureWidth at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) at net.minecraft.client.main.Main.main(SourceFile:103) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoSuchFieldError: textureWidth at net.foxgenesis.walkwaymod.models.ModelCatchFurnace.<init>(ModelCatchFurnace.java:20) at net.foxgenesis.walkwaymod.render.RenderCatchFurnace.<init>(RenderCatchFurnace.java:17) at net.foxgenesis.walkwaymod.ClientProxy.registerRenderers(ClientProxy.java:18) at net.foxgenesis.walkwaymod.WalkwayMod.load(WalkwayMod.java:75) 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:513) 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:47) 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.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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:47) 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:118) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690) ... 10 more i am using forge 1.7.2. if my code is needed, please ask for it.
×
×
  • Create New...

Important Information

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