Hi! I'm a technical player trying to read the code of the mods I'm using in conjunction with the Minecraft and Forge source code. Since it involves the MDK I figured it would be appropriate if I post this here.
I have IntelliJ IDEA community edition installed and Forge MDK 1.19.2 all set up. I also have the mod jar file for the Create mod for Minecraft version 1.19.2 (it seems like several variables referencing vanilla Minecraft are obfuscated). IntelliJ can decompile the individual .class files of the Create mod. What I now want is for the files of the Create mod to integrate seemlessly into the Forge MDK environment, so that I can read and lookup the code and be able to modify and playtest it as I wish. How can I do this?
Note that the source code for Create is available on GitHub, but it is outdated (absolutely not obfuscated though). The mod jar file is the latest.
Thanks in advance.