Skip to content

Commit

Permalink
I don't think I cooked :(
Browse files Browse the repository at this point in the history
  • Loading branch information
VermeilChan committed Apr 18, 2024
1 parent e9cd57e commit f8a1ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ dependencies {
forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9")

// If you don't want mixins, remove these lines
shadowImpl("org.spongepowered:mixin:0.8.5-SNAPSHOT") {
shadowImpl("org.spongepowered:mixin:0.8.5") {
isTransitive = false
}
annotationProcessor("org.spongepowered:mixin:0.8.5-SNAPSHOT")
annotationProcessor("org.spongepowered:mixin:0.8.5")

// If you don't want to log in with your real minecraft account, remove this line
runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.2.0")
Expand Down

0 comments on commit f8a1ef5

Please sign in to comment.