Add 1.20.1 to PlatformLoader

This commit is contained in:
xsmeths 2023-06-13 13:00:50 +01:00
parent e28ac34a7c
commit 2b413d8984

View File

@ -90,7 +90,8 @@ public class PlatformLoader {
return new de.epiceric.shopchest.nms.v1_19_R2.PlatformImpl(); return new de.epiceric.shopchest.nms.v1_19_R2.PlatformImpl();
case "3009edc0fff87fa34680686663bd59df": // 1.19.4 (v1_19_R3) case "3009edc0fff87fa34680686663bd59df": // 1.19.4 (v1_19_R3)
return new de.epiceric.shopchest.nms.v1_19_R3.PlatformImpl(); return new de.epiceric.shopchest.nms.v1_19_R3.PlatformImpl();
case "34f399b4f2033891290b7f0700e9e47b": // 1.20 (v1_20_R1) case "34f399b4f2033891290b7f0700e9e47b": // 1.20
case "bcf3dcb22ad42792794079f9443df2c0": // 1.20.1 (v1_20_R1)
return new de.epiceric.shopchest.nms.v1_20_R1.PlatformImpl(); return new de.epiceric.shopchest.nms.v1_20_R1.PlatformImpl();
default: default:
return null; return null;