Skip to content

Requirements

Marceau Malegeant edited this page Feb 15, 2022 · 2 revisions

Requirements for modding with SNMT

I won't detail it here because the Forge Team already did it. Here's the link to their wiki, better explained : https://mcforge.readthedocs.io/en/1.16.x/gettingstarted/

Links to the required components

Libraries and Frameworks

AdoptJDK : https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot (make sure to take the JDK 8 one.)

Forge : https://files.minecraftforge.net/net/minecraftforge/forge/index_1.16.5.html (make sure to take the Latest MDK = 1.16.5-36.2.27)

The best IDEs to code with Forge

JetBrains IntelliJ: https://www.jetbrains.com/idea/download/ (the free community one)

Eclipse : https://www.eclipse.org/ide/

If you want a tutorial video to learn how to setup all of the things up-there, here's one (with the playlist eheh) : https://www.youtube.com/watch?v=3sZtN_1q0ug&list=PLKGarocXCE1EMxeBvqsOWZVkYD_Vd_uwW&index=1

Credits (for the video mainly)

Thanks to Tutorials by Kaupenjoe (https://www.youtube.com/channel/UCbzPhyLcO8VP25dZ7kaUyAw) for his awesome tutorials. This template is based on his model, and I modified it partially. I hope you'll enjoy his videos and this template project.

Clone this wiki locally