been wanting to make a mod for a while and so far things have been working out, but i still feel like that i still don’t know barely even enough. Already went through kaupenjoe’s java introduction videos so i know the basics (at least i think), so anyone’s any ideia on how to improve? Or should i just keep bashing at the mod im making?
#How to learn java to make a minecraft mod
1 messages · Page 1 of 1 (latest)
<@&987246652869971988> please have a look, thanks.
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)
squidxtv • used /tag id: mooc
·
About the course - Java Programming
great course
I used it as well to learn java
good resource to look up specific concepts
also learn how to read docs
alr, i will look at it, thx so much
Pong!