Update to 1.16-pre1

This commit is contained in:
Jonas Herzig
2020-06-15 09:44:37 +02:00
parent 14b84c5e1b
commit 2ffde14c60
7 changed files with 29 additions and 12 deletions

View File

@@ -434,7 +434,12 @@ public class MCVer {
//#endif
setServerResourcePack(File file) {
//#if MC>=11400
return getMinecraft().getResourcePackDownloader().loadServerPack(file);
return getMinecraft().getResourcePackDownloader().loadServerPack(
file
//#if MC>=11600
//$$ , net.minecraft.class_5352.field_25350
//#endif
);
//#else
//$$ ResourcePackRepository repo = getMinecraft().getResourcePackRepository();
//#if MC>=10800