Posted June 20, 20169 yr I am currently trying to install Forge MDK for Minecraft version 1.9.4. I use IntelliJ Idea for my IDE. I run gradlew setupDecompWorkspace --refresh-dependencies and gradlew genIntellijRuns (after importing the build.gradle file in IntelliJ). Here is the output: D:\Users\{ME}\Desktop\Particles Mod>gradlew setupDecompWorkspace --refresh-dependencies ################################################# ForgeGradle 2.2-SNAPSHOT-59f33ec https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :getVersionJson :extractUserdev Download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.9.4-12.17.0.1968/forge-1.9.4-12.17.0.1968.pom Download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.9.4-12.17.0.1968/forge-1.9.4-12.17.0.1968-userdev.jar :extractDependencyATs SKIPPED :extractMcpData SKIPPED :extractMcpMappings SKIPPED :genSrgs SKIPPED :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :deobfMcSRG Applying SpecialSource... Applying Exceptor... :decompileMc :fixMcSources :applySourcePatches :remapMcSources :recompileMc :extractNatives SKIPPED :getAssetIndex UP-TO-DATE :getAssets Current status: 604/1049 57% :makeStart :setupDecompWorkspace BUILD SUCCESSFUL Total time: 4 mins 11.784 secs D:\Users\{ME}\Desktop\Particles Mod>gradlew genIntellijRuns ################################################# ForgeGradle 2.2-SNAPSHOT-59f33ec https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# :genIntellijRuns BUILD SUCCESSFUL Total time: 6.206 secs D:\Users\{ME}\Desktop\Particles Mod> However, when I look in IntelliJ, there are importing errors for the example project. After further inspection, there are no libraries listed in the project structure either. Any help is appreciated!
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.