Apothic Attributes (AttributesLib)

Apothic Attributes (AttributesLib)

11M Downloads

Issue implementing with build.gradle.

X66Herobrine66X opened this issue ยท 1 comments

commented

build.gradle:

repositories {
    maven {
    	// Shadows_of_Fire's Maven
    	url "https://maven.shadowsoffire.dev/releases"
	}
}

dependencies {
    minecraft 'net.minecraftforge:forge:1.20.1-47.2.0'
    implementation fg.deobf("dev.shadowsoffire:Placebo:${mcVersion}-${placeboVersion}")
    implementation fg.deobf("dev.shadowsoffire:ApothicAttributes:${mcVersion}-${attributesLibVersion}")
}

gradle.properties:

mcVersion=1.20.1
placeboVersion=8.6.2
attributesLibVersion=1.3.5

It crashes every time, something about mixins.
Here's the full crash log:
https://pastebin.com/TYp8vc7x

commented

Nevermind, I failed to add the following line to my build.gradle.
id 'org.spongepowered.mixin' version '0.7.+'
Please mark as closed.