Skip to content

Commit dc27fce

Browse files
committed
update buildscript
1 parent 60c4edb commit dc27fce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//version: 1656003793falsepattern41
1+
//version: 1656003793falsepattern44
22
/*
33
DO NOT CHANGE THIS FILE!
44
@@ -300,12 +300,14 @@ dependencies {
300300
annotationProcessor("com.google.guava:guava:24.1.1-jre")
301301
annotationProcessor("com.google.code.gson:gson:2.8.6")
302302
annotationProcessor("org.spongepowered:mixin:0.8.3-gasstation")
303+
annotationProcessor("com.llamalad7:MixinExtras:0.0.12-gasstation")
303304
compile("org.spongepowered:mixin:0.8.3-gasstation")
304-
compile("com.falsepattern:gasstation-mc1.7.10:7370815:dev")
305+
compile("com.llamalad7:MixinExtras:0.0.12-gasstation")
306+
compile("com.falsepattern:00gasstation-mc1.7.10:0.2.1:dev")
305307
} else if(hasMixinDeps.toBoolean()) {
306308
runtime("org.spongepowered:mixin:0.8.3-gasstation")
307309
runtime("com.llamalad7:MixinExtras:0.0.12-gasstation")
308-
runtime("com.falsepattern:gasstation-mc1.7.10:7370815:dev")
310+
runtime("com.falsepattern:00gasstation-mc1.7.10:0.2.1:dev")
309311
}
310312
}
311313

0 commit comments

Comments
 (0)