Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial:debug_1.7.10 [2020/12/31 15:05]
kristopher38 [IDEA instructions] Included instructions on how fix missing assets
tutorial:debug_1.7.10 [2020/12/31 19:25] (current)
kristopher38 [IDEA instructions] Added a note regarding compiling to a release .jar
Line 69: Line 69:
   - Select "​Minecraft Client"​ as the run target, and run!   - Select "​Minecraft Client"​ as the run target, and run!
   ​   ​
 +  Keep in mind that if you want to build a .jar that can be used outside of the development environment,​ you need to run `./gradlew clean` and then `./gradlew assemble` to produce .jar with obfuscated names so that it works with normal minecraft.