Posted January 25, 201510 yr My minecraft cant run my mod but eclipse can? like when i hit the little green "Run" button my game starts norman but when i put it into the minecraft mods folder it won't run?? any help Here is the crash report http://pastebin.com/KTUiZRp8
January 25, 201510 yr How did you build your mod? If you didn't use gradlew build, then you need to. When Gradle builds your mod it automagically reobfuscates it. The error you are gettin is because you are trying to use an deobfuscated method in an obfuscated environment. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr If is the video you followed then you did it wronge. You have to open up your mod's folder in the command prompt and run the command gradlew build. If you are 100% sure you used gradlew build, the post your build.gradle file. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr What is the exact video where he compiled the mod. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr That is wrong. You have to open up your mod's folder in the command prompt and run the command gradlew build. I already told you. Do that and the final .jar will be in build/libs Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr Author When i type Gradlew build into the cmd id says not a internal or external command
January 25, 201510 yr If you're on Windows use: gradlew.bat build If you're on Mac/Linux use: ./gradlew build Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr Take the .jar file from the build/libs folder and place it into your mods folder and see if it works. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 25, 201510 yr Author Do you have a skype or messenger i can contact you with to show my screen?
January 25, 201510 yr Use imgur to send me a screenshot. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.