Started by
QuiteStupidPerson
on
Topic category: Help with Minecraft modding (Java Edition)
In short im trying to add custom dependency to build.gradle but it simply refuses to work
repositories {
maven {
url = "https://maven.firstdarkdev.xyz/#/snapshots"
}
}
dependencies {
implementation fg.deobf("com.lowdragmc.photon:photon-forge-1.20.1:1.0.7")
implementation fg.deobf("com.lowdragmc.ldlib:ldlib-forge-1.20.1:1.0.7")
}
Edited by QuiteStupidPerson on Tue, 06/25/2024 - 07:11
We will need more context
I added this snippet of code to build.gradle as well as mcreator.gradle but each time i try to build it there is a pop-up saying something among the lines "code is corrupted" asking me if i want to clear gradle cache
Check the console tab on what the error is, it is likely something wrong with the snippet you pasted
Oh yeah, here is the FULL error of this build:
https://pastebin.com/raw/5vuhusWY
So I installed Nerdys Mixins plugin and it works just fine now