Posted May 7, 20196 yr I'm following Loremasters Modding tutorial for 1.12.2 but I have a lot of errors in my code he didn't and I tried to launch MC and this is my crash Report and some errors in the code ---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 5/7/19 5:24 PM Description: Initializing game java.lang.Error: Unresolved compilation problems: Syntax error, insert "enum Identifier" to complete EnumHeaderName Syntax error, insert "EnumBody" to complete EnumDeclaration TutorialMod cannot be resolved to a type Syntax error, insert "enum Identifier" to complete EnumHeaderName Syntax error, insert "EnumBody" to complete EnumDeclaration https://imgur.com/5WLbfR9 https://imgur.com/F2SGgrE
May 7, 20196 yr 8 minutes ago, Duckie_YT said: I'm following Loremasters Modding tutorial for 1.12.2 Don't. As for the issue - those are syntax errors and your IDE is telling you what's wrong. If you have no idea how to fix a syntax error then you need to learn java.
May 7, 20196 yr Author 1 minute ago, V0idWa1k3r said: Don't. As for the issue - those are syntax errors and your IDE is telling you what's wrong. If you have no idea how to fix a syntax error then you need to learn java. Why shouldn't I follow the tutorial where should I learn
May 7, 20196 yr 5 minutes ago, Duckie_YT said: Why shouldn't I follow the tutorial Because they are the worst thing ever created, end of story. Pretty much all youtube modding tutorial are absolute garbage, teaching you horrible practices that can and will break things all over the place. That happens because those people having no idea how to code properly, with a very limited knowledge of java and forge made their first item and decided to share their knowledge with the world. They are akin to a person who made a water-pressure rocket for the first time in their life and decided to teach the world how to make real rockets. 8 minutes ago, Duckie_YT said: where should I learn There are plenty of online java tutorials, most being free. I assume you know how to use the search engine of your preference.
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.