Meldexun Posted February 16, 2019 Posted February 16, 2019 How can I setup my modding environment in Forge 1.13.2? In Forge 1.12.2 and earlier I had to use gradlew setupDecompWorkspace but this doesn't work anymore. Quote
DavidM Posted February 16, 2019 Posted February 16, 2019 (edited) setupDecompWorkspace no longer exists. Use gradlew [IDE name] for setting up the environment. Also add a mods.toml Edited February 16, 2019 by DavidM Quote Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
Meldexun Posted February 16, 2019 Author Posted February 16, 2019 (edited) 16 minutes ago, DavidM said: Also add a mods.toml Can you explain what that means or give me an example? Found an example Also do you know which folder i have to choose when using eclipse? In 1.12.2 there was an eclipse folder but that one is missing and when i just select the folder where all my files are in i don't see any libraries etc. Edited February 16, 2019 by Meldexun Quote
DavidM Posted February 16, 2019 Posted February 16, 2019 1. https://github.com/cpw/inventorysorter/blob/master/src/main/resources/META-INF/mods.toml 2. Create a new folder anywhere, set it as your workspace, and import the project (http://www.minecraftforge.net/forum/topic/68499-113pre-setting-up-workspace-for-eclipse-solved/) Quote Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
Meldexun Posted February 16, 2019 Author Posted February 16, 2019 (edited) Ok thank you. Edited July 29, 2019 by Meldexun Quote
Drachenbauer Posted February 16, 2019 Posted February 16, 2019 gradlew [IDE name] What means [IDE name] ? must i insert something there ? Quote
lehjr Posted February 16, 2019 Posted February 16, 2019 For IntelliJ, you'll want to use a the .idea based config rather than the *.ipr based config, since gradlew genIntellijRuns uses the .idea based config. Quote
Drachenbauer Posted February 16, 2019 Posted February 16, 2019 (edited) Im working in Eclipse IDE. I successfully finished my workspace setup. How do i open a Minecraft 1.13.2 instance to test my stuff? It still opens a 1.12.2 one for this. Edited February 16, 2019 by Drachenbauer Quote
TheRPGAdventurer Posted June 1, 2019 Posted June 1, 2019 On 2/17/2019 at 2:10 AM, diesieben07 said: For eclipse: Run gradlew eclipse, then import the project. For IntelliJ: Simply open build.gradle as a project (File > Open), the import process will take care of everything. Do not run gradlew idea. what do you mean open build.gradle as a project? Quote
kreezxil Posted June 18, 2019 Posted June 18, 2019 We really need the "read the docs" link for 1.13.2 updated to reflect this as it still tells us to setup the environment in the old way. https://mcforge.readthedocs.io/en/1.13.x/ Quote https://www.akliz.net/manage/aff.php?aff=179 coupon: kreezxil KreezCraft.com - Twitch.TV/Kreezxil - YouTube.com/Kreezxil
Cadiboo Posted June 20, 2019 Posted June 20, 2019 They haven’t been updated yet Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Drachenbauer Posted July 13, 2019 Posted July 13, 2019 Now i made the Update to 1.14.3 like Harry Talks shows in his newest tutorial video. But i have no options to run it as client now... Quote
Cadiboo Posted July 13, 2019 Posted July 13, 2019 7 minutes ago, Drachenbauer said: Now i made the Update to 1.14.3 like Harry Talks shows in his newest tutorial video. But i have no options to run it as client now... Make your own thread. Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.