Posted February 27, 20169 yr I added the dependency for the JEI and I got this error when trying to setupDecompWorkspace This set of MCP mappings was designed for MC 1.8.8. Use at your own peril. ################################################# ForgeGradle 2.1-SNAPSHOT-75bb646 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project '189EclipseCraft'. > Could not resolve all dependencies for configuration ':deobfCompile'. > Could not resolve mezz.jei:jei_1.8.9:2.28.5.172. Required by: com.sjoopies.eclipsecraft:189EclipseCraft:1.0 > Could not resolve mezz.jei:jei_1.8.9:2.28.5.172. > Could not get resource 'https://libraries.minecraft.net/mezz/jei/jei_1.8.9/2.28.5.172/jei_1.8.9-2.28.5.172.pom'. > Could not GET 'https://libraries.minecraft.net/mezz/jei/jei_1.8.9/2.28.5.172/jei_1.8.9-2.28.5.172.pom'. Received status code 403 from server: Forbidden * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 11.214 secs I also downloaded the mod and put it in the mods folder of my workspace and in the lib folder too
February 27, 20169 yr Did you add the Maven repository shown in the README? Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
February 27, 20169 yr Upload your build.gradle file to Gist or Pastebin with syntax highlighting and link it here. To get syntax highlighting on Gist, give each file the appropriate extension (.gradle for Gradle scripts). To get syntax highlighting on Pastebin, select the language from the dropdown at the bottom of the page. Edit: Reworded my copy/pasted text on syntax highlighting to be more appropriate for this situation. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
February 27, 20169 yr Author I fixed it... I had two build.gradles open and i put the "repositories" thing in the wrong file.
February 27, 20169 yr Ah, I'm glad you fixed it. Gradle files aren't Java code, so you should have kept the .gradle extension on the Gist file. I probably should have made this clearer in my previous post, I copy/pasted it from a more general response I use to tell people how to post code properly. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.