File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- // version: 1656003793falsepattern72
1
+ // version: 1656003793falsepattern75
2
2
/*
3
3
DO NOT CHANGE THIS FILE!
4
4
@@ -322,13 +322,20 @@ repositories {
322
322
name = " sponge2"
323
323
url = " https://mvn.falsepattern.com/sponge"
324
324
}
325
+ maven {
326
+ name = " jitpack"
327
+ url = " https://mvn.falsepattern.com/jitpack/"
328
+ }
325
329
}
326
330
}
327
331
328
- def unimixinsVersion = " 0.1.14 "
332
+ def unimixinsVersion = " 0.1.15 "
329
333
330
334
dependencies {
331
335
if (usesMixins. toBoolean()) {
336
+ annotationProcessor(" org.ow2.asm:asm-debug-all:5.0.3" )
337
+ annotationProcessor(" com.google.guava:guava:24.1.1-jre" )
338
+ annotationProcessor(" com.google.code.gson:gson:2.8.6" )
332
339
annotationProcessor(" com.github.LegacyModdingMC.UniMixins:unimixins-all-1.7.10:$unimixinsVersion :dev" )
333
340
implementation(" com.github.LegacyModdingMC.UniMixins:unimixins-all-1.7.10:$unimixinsVersion :dev" )
334
341
runtimeOnly(' org.jetbrains:intellij-fernflower:1.2.1.16' )
@@ -1027,6 +1034,10 @@ configure(deobfParams) {
1027
1034
description = ' Rename all obfuscated parameter names inherited from Minecraft classes'
1028
1035
}
1029
1036
1037
+ tasks. withType(JavaCompile ) {
1038
+ options. encoding = ' UTF-8'
1039
+ }
1040
+
1030
1041
// Dependency Deobfuscation
1031
1042
1032
1043
def deobfMaven (mavenDep ) {
You can’t perform that action at this time.
0 commit comments