#Unable to run client in Intellij IDEA

10 messages · Page 1 of 1 (latest)

quasi haven
#

Hi, I'm new to mod making and followed some tutorials and also the wiki but when I try to test my mod I can't. Can anyone help? Here's the log:

ivory gale
#

It says it right in the error

quasi haven
#

I don't know what that means 😅

quiet tiger
#

It would probably be benificial to learn more about java before you start modding then. Here's some resources:

#

!!learnjava

misty escarpBOT
#

To start modding Minecraft using Fabric, it's strongly recommended to know Java.
Minecraft, in its codebase, and mods, using Fabric API, use more advanced Java concepts like lambdas, generics and polymorphism.
If you don't know all of these concepts, you may have some difficulties modding.

Here are some online resources that will help learning Java
JetBrains Academy (free online course): https://www.jetbrains.com/academy/
Codecademy (free online course): https://www.codecademy.com/learn/learn-java
University of Helsinki (free online course): https://java-programming.mooc.fi/
Basic Java Tutorials: https://docs.oracle.com/javase/tutorial/
Introduction to Programming using Java by David J. Eck (free online textbook): http://math.hws.edu/javanotes/

After Learning Java
For most mods you will want to make, you will have to use the Spongepowered Mixin Java library.
To learn more about Mixin, you can use the faq/mixin bot tag by typing !!faq/mixin in #bot-posting .

quiet tiger
#

Most people like to recommend the University of Helsinki course

quasi haven
#

Where should I start if I have a baseline knowledge of AP CSA?

agile atlas
#

helsinki course, ap csa is not very applicable, if you were in ap cs you'd have better foundations but you are lacking a lot of java knowledge, especially the more advanced concepts