Update to 1.16-pre6
This commit is contained in:
2
jGui
2
jGui
Submodule jGui updated: 3a741e8250...da3361a02d
@@ -593,6 +593,9 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
|
|||||||
p = new GameJoinS2CPacket(
|
p = new GameJoinS2CPacket(
|
||||||
entId,
|
entId,
|
||||||
GameMode.SPECTATOR,
|
GameMode.SPECTATOR,
|
||||||
|
//#if MC>=11600
|
||||||
|
//$$ GameMode.SPECTATOR,
|
||||||
|
//#endif
|
||||||
//#if MC>=11500
|
//#if MC>=11500
|
||||||
packet.getSeed(),
|
packet.getSeed(),
|
||||||
//#endif
|
//#endif
|
||||||
@@ -666,6 +669,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
|
|||||||
//#endif
|
//#endif
|
||||||
//#if MC>=11600
|
//#if MC>=11600
|
||||||
//$$ GameMode.SPECTATOR,
|
//$$ GameMode.SPECTATOR,
|
||||||
|
//$$ GameMode.SPECTATOR,
|
||||||
//$$ respawn.isDebugWorld(),
|
//$$ respawn.isDebugWorld(),
|
||||||
//$$ respawn.isFlatWorld(),
|
//$$ respawn.isFlatWorld(),
|
||||||
//$$ respawn.isWritingErrorSkippable()
|
//$$ respawn.isWritingErrorSkippable()
|
||||||
|
|||||||
@@ -199,6 +199,7 @@ public class QuickReplaySender extends ChannelHandlerAdapter implements ReplaySe
|
|||||||
//$$ World.OVERWORLD,
|
//$$ World.OVERWORLD,
|
||||||
//$$ 0,
|
//$$ 0,
|
||||||
//$$ GameMode.SPECTATOR,
|
//$$ GameMode.SPECTATOR,
|
||||||
|
//$$ GameMode.SPECTATOR,
|
||||||
//$$ false,
|
//$$ false,
|
||||||
//$$ false,
|
//$$ false,
|
||||||
//$$ false
|
//$$ false
|
||||||
|
|||||||
@@ -224,12 +224,12 @@ dependencies {
|
|||||||
minecraft 'com.mojang:minecraft:' + [
|
minecraft 'com.mojang:minecraft:' + [
|
||||||
11404: '1.14.4',
|
11404: '1.14.4',
|
||||||
11502: '1.15.2',
|
11502: '1.15.2',
|
||||||
11600: '1.16-pre5',
|
11600: '1.16-pre6',
|
||||||
][mcVersion]
|
][mcVersion]
|
||||||
mappings 'net.fabricmc:yarn:' + [
|
mappings 'net.fabricmc:yarn:' + [
|
||||||
11404: '1.14.4+build.16',
|
11404: '1.14.4+build.16',
|
||||||
11502: '1.15.2+build.14',
|
11502: '1.15.2+build.14',
|
||||||
11600: '1.16-pre5+build.2:v2',
|
11600: '1.16-pre6+build.1:v2',
|
||||||
][mcVersion]
|
][mcVersion]
|
||||||
modCompile 'net.fabricmc:fabric-loader:' + [
|
modCompile 'net.fabricmc:fabric-loader:' + [
|
||||||
11404: '0.7.8+build.189',
|
11404: '0.7.8+build.189',
|
||||||
@@ -239,7 +239,7 @@ dependencies {
|
|||||||
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
|
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
|
||||||
11404: '0.4.3+build.247-1.14',
|
11404: '0.4.3+build.247-1.14',
|
||||||
11502: '0.5.1+build.294-1.15',
|
11502: '0.5.1+build.294-1.15',
|
||||||
11600: '0.12.1+build.361-1.16',
|
11600: '0.12.2+build.362-1.16',
|
||||||
][mcVersion]
|
][mcVersion]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -278,7 +278,7 @@ dependencies {
|
|||||||
|
|
||||||
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
|
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
|
||||||
|
|
||||||
shadow "com.github.ReplayMod:ReplayStudio:1f47a42", shadeExclusions
|
shadow "com.github.ReplayMod:ReplayStudio:99a06c7", shadeExclusions
|
||||||
|
|
||||||
compileOnly(jGui){
|
compileOnly(jGui){
|
||||||
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those
|
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those
|
||||||
|
|||||||
Reference in New Issue
Block a user