Started by
_Pastel_
on
Topic category: Help with Minecraft modding (Java Edition)
so i am trying to learn java because mcreator has some limitations, and as soon as i make a .java file inside a folder called "1.20 | The everything update" (because that is a mod i am trying to make) i get 5 errors just because of the folder name so what should i call it? (the errors are here: https://pastebin.com/xAFp0fsw)
They are all syntax errors, which means that you probably forgot to import something, or misspelled something, or forgot a semicolon. Syntax errors should be easy to fix because that means that it is just an error with text. You would need to show the entire file for me to help anymore, not just the compiler output.
if you are looking for a tutorial for java, this should help. It has one hundred videos on the playlist, (I haven't even watched them all,) but that should walk you through the basics of java.
https://www.youtube.com/playlist?list=PLZPZq0r_RZOMhCAyywfnYLlrjiVOkdAI1
its fine i moved from vs code to intellij i was about to delete this post but i decided to keep it here anyways in case someone has a similar problem, they cant talk about it here also thanks for the playlist
can* omg it took my so long to realise lol