#Tutorial minecraft modding 1.12.2 (Help)
1 messages · Page 1 of 1 (latest)
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
show stack trace
thanks
do u have any knowledge on programming ?
not really
then it will be wiser to learn that prior, u can't really do anything wihtout some basic knowledge on what's happening
MOOC is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.
It consists of two parts, one at beginner, and another at intermediate level. The end of the course is marked by creating your own Asteroids game clone!
Even though the instructions show how to configure and use NetBeans for the course, you can use IntelliJ. To use IntelliJ, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.
Visit MOOC here: https://java-programming.mooc.fi/
(the course is available in both English and Finnish)
About the course - Java Programming
thanks :b
Maybe it has something to do with the vendor
I selected version 1.8 with vendor semeru
That's the wrong stacktrace unfortunately
We need one from minecraft itself, not from the gradle code that launches it
This is possibly wrong, but... I see there's a "module-info.java", and this is a Java 9+ feature, and I see you are running Java 1.8, so, probably updating the JDK to a new one like 17 will solve the problem?
No, minecraft 1.12.2 has to run on java 1.8. There shouldn't be a module info
isnt it java 8 and higher?
Closed the thread due to inactivity.
If your question was not resolved yet, feel free to just post a message to reopen it, or create a new thread. But try to improve the quality of your question to make it easier to help you 👍
How can I see that?
I uploaded your attachments as Gist.
is your mod creating any network channels?
@pastel pagoda learn java before trying anything minecraft mod development related
you wont get far without java knowledge
okay