Jump to content

raginruffalo

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by raginruffalo

  1. That's not the string I used, I used setTextureName(), so try that and see how it works, you can check ,my GitHub if you need "inspiration"
  2. Ok, thanks I'll try a release now!
  3. Lol it's ok, I got to work, but when I package a release now what folders do I take/ not take for packaging textures?
  4. Ok, I'll try it now and post back in a few minutes.
  5. Oh no, my modid has to be lowercase!?
  6. raginruffalo being under mcp/src which is where my mod classes and such are in the raginruffalo/BankMe folder, and i did try to set them in mcp/src/aseets and so on and that didnt work either
  7. Well, how are they supposed to be, the current folder hierarchy is raginruffalo/BankMe/assets/BankMe/textures/blocks/{whatever texture is here}, so idk what to do if he said it was working with that hierarchy on his system
  8. My mod will not load textures, I have tried 3 times to re arrange the folder and my friend got it working on his system, but I got it back off GitHub and it doesn't work on my system. https://github.com/raginruffalo/BankMe
  9. Thats weird, I don't know how to make it stop getting enchants, but I'm fairly sure there is a way to make enchants and force it to only have those enchants
  10. Thanks, but when those were the instructions I was given, I did follow them, and I put the wrong code in, its called a mistake, normal people make them, so if nothing positive is in your mind to type, don't type it!
  11. If I understand Forge correctly if you count it as an "axe" in your code it should automatically distinguish achivements
  12. What is that? I compile it to a .jar using Eclipse, I forgot to link the GitHub in the post, here it is [LINK]https://github.com/raginruffalo/BankMe[/LINK]
  13. Please someone take a crack at this, my mod loads perfectly in the Eclipse test environment of Minecraft, and there are no errors in it, but when loaded into my actual Minecraft mods folder this error file is generated after the game crashes, I have my mod compiled with the latest version of Forge and I have it installed to Minecraft, source code is all on GitHub. ---- Minecraft Crash Report ---- // Would you like a cupcake? Time: 1/22/14 4:28 PM Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: circuits at cpw.mods.fml.common.LoadController.transition(LoadController.java:156) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.NoSuchFieldError: circuits at raginruffalo.BankMe.src.BankMe.load(BankMe.java:55) 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:545) 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:313) 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:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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:313) 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:112) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 180623576 bytes (172 MB) / 346030080 bytes (330 MB) up to 954728448 bytes (910 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized BankMe{0.0.7} [§5BankMe] (BankMe Alpha 0.0.7.jar) Unloaded->Constructed->Pre-initialized->Errored
×
×
  • Create New...

Important Information

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