Posted June 4, 20169 yr I am working on a mod, and after doing a lot of coding, I finally tested it out. When I ran the code, though, it would crash for some reason. Here is the log: http://pastebin.com/Mrtt4Zr0, and here is my build.gradle: http://pastebin.com/P6TV99B8. I have no clue if it has to do with on of the mods I am trying to include, or what, but it is continuously erroring. If you need to see the code, it is here: https://github.com/mttprvst13/OneChunkCompanionMod.
June 5, 20169 yr Author Remove all mods but yours, then re-add mods one by one until you find the culprit. The thing is, I cannot compile my mod. I get the error when running: ./gradlew runClient
June 5, 20169 yr Author The thing is, I want to be able to run my mod with: ./gradlew runClient rather than doing: ./gradlew build and copy the file over to a forge instance and running it from there.
June 5, 20169 yr Author I am quite sure the error is with CoFHCore, due to these lines: at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5b1.7.10%5d3.1.2-325.jar:?] I tried to remove it, but then it runs into an error when building the mod(Before it runs). It is because of this line in my build.gradle: compile files("eclipse/mods/CoFHCore-[1.7.10]3.1.2-325.jar") I need the way to get the compile line for CoFHCore.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.