Posted March 20, 20196 yr it's the gradle.log This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-7764e3e https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# :help Welcome to Gradle 2.14. To run a build, run gradlew <task> ... To see a list of available tasks, run gradlew tasks To see a list of command-line options, run gradlew --help To see more detail about a task, run gradlew help --task <task> BUILD SUCCESSFUL Total time: 17.179 secs I think you may have a mistake there. Please, I need to do the same as here.( )
March 20, 20196 yr 1. I'm assuming you typed "gradlew", which brings up the "info" of the gradlew file. If you are looking to set up your workspace, type "gradlew setupDecompWorkspace" followed by "gradlew eclipse". Entering "gradlew <something>" means running the "gradlew" file with "<something>" as argument(s); leaving "<something>" blank will show the default message (welcome message). 2. The tutorial you are following is terrible. I suggest you to drop it and follow other ones instead. Examples being: https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample Edited March 20, 20196 yr by DavidM Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
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.