Release 2.6.15

This commit is contained in:
Jonas Herzig
2024-03-10 18:05:59 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -385,7 +385,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:6cd39b0", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:d9f7c11", shadeExclusions
// FIXME this should be pulled in by ReplayStudio, and IntelliJ sees it, but javac for some reason does not
implementation 'com.github.viaversion:opennbt:0a02214' // 2.0-SNAPSHOT (ViaVersion Edition)

2
jGui

Submodule jGui updated: 83f71ae3e2...bd41e57af0

View File

@@ -676,7 +676,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
IOUtils.copy(replayFile.getResourcePack(hash).get(), new FileOutputStream(file));
}
//#if MC>=12003
//$$ mc.getServerResourcePackProvider().addResourcePack(packet.id(), file.toPath());
//$$ schedulePacketHandler(() -> mc.getServerResourcePackProvider().addResourcePack(packet.id(), file.toPath()));
//#else
setServerResourcePack(file);
//#endif

View File

@@ -1 +1 @@
2.6.14
2.6.15