File tree Expand file tree Collapse file tree
src/main/java/com/ayakacraft/authlibproxyforserver/mixin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import java.io.OutputStreamWriter
22import java.net.HttpURLConnection
33
44plugins {
5- id(" net.fabricmc.fabric-loom-remap" ) version (" 1.14-SNAPSHOT " ) apply (false )
6- id(" net.fabricmc.fabric-loom" ) version (" 1.14-SNAPSHOT " ) apply (false )
5+ id(" net.fabricmc.fabric-loom-remap" ) version (" 1.15.0-alpha.16 " ) apply (false )
6+ id(" net.fabricmc.fabric-loom" ) version (" 1.15.0-alpha.16 " ) apply (false )
77
88 // https://github.com/ReplayMod/preprocessor
99 // https://github.com/Fallen-Breath/preprocessor
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import nl.javadude.gradle.plugins.license.header.HeaderDefinitionBuilder
33import java.util.Calendar
44
55plugins {
6- id(" net.fabricmc.fabric-loom" ) version (" 1.14-SNAPSHOT " )
6+ id(" net.fabricmc.fabric-loom" ) version (" 1.15.0-alpha.16 " )
77
88 // https://github.com/ReplayMod/preprocessor
99 // https://github.com/Fallen-Breath/preprocessor
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import nl.javadude.gradle.plugins.license.header.HeaderDefinitionBuilder
33import java.util.Calendar
44
55plugins {
6- id(" net.fabricmc.fabric-loom-remap" ) version (" 1.14-SNAPSHOT " )
6+ id(" net.fabricmc.fabric-loom-remap" ) version (" 1.15.0-alpha.16 " )
77
88 // https://github.com/ReplayMod/preprocessor
99 // https://github.com/Fallen-Breath/preprocessor
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ public class ServerMainMixin {
4242 remap = false
4343 ),
4444 index = 0
45+ //#if MC>=11700
46+ , remap = false
47+ //#endif
4548 )
4649 private static Proxy useDynamicProxy (Proxy proxy ) {
4750 Proxy p = proxy ;
You can’t perform that action at this time.
0 commit comments