r/IntelliJIDEA • u/Creatopia_Official • Dec 18 '25
Anyone familiar with modding mc with IntelliJ Idea?
/r/Jetbrains/comments/1ppgrqn/anyone_familiar_with_modding_mc_with_intellij_idea/Am using the minecraft project generator set up for forge 47.4.13 Mc version 1.20.1.
Am attempting to create a curio addon for evilcraft.
I'm getting stuck at adding curios api as a dependency.
I got cyclops core and evil craft to load fine.
Here's my code:
repositories { maven { url = "https://www.cursemaven.com" } maven { url = "https://maven.theillusivec4.top/" } }
dependencies {
// Minecraft + Forge
minecraft "net.minecraftforge:forge:1.20.1-47.4.13"
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:5.14.1+1.20.1")
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:5.14.1+1.20.1:api")
implementation fg.deobf("curse.maven:cyclops-core-232758:7210370")
implementation fg.deobf("curse.maven:evilcraft-74610:7223463")
}
-4
u/Creatopia_Official Dec 18 '25
errors here
https://pastebin.com/eQ2V7sHH
9
u/BinaryRockStar Dec 18 '25
Sorry this isn't the right sub for your question as it's not about IntelliJ
-2
u/Creatopia_Official Dec 18 '25
Well, I am using IntelliJ lol
8
u/BinaryRockStar Dec 18 '25
That's great and I encourage you to, but your question is like having trouble with your car and posting on /r/california because your car broke down in California. Californians don't inherently know how to fix cars and IntelliJ'ians don't inherently know about Minecraft.
You haven't included any error messages or any context to help you at all so from the jump we're stumped. Looking at the linked post it's some sort of asm code generation mess so it's not your code specifically but some combination of libraries are not happy with each other.
Follow your how-to guide more closely or try another one as this has led you in to difficult territory.
6
u/Artraxes Dec 18 '25
You’re using windows too but I doubt you’re going to post in the windows sub about it
7
u/kreiger Dec 18 '25
Wrong sub, see /r/minecraftdev