Add 1.21.1 support

This commit is contained in:
Flowsqy 2024-08-10 18:35:24 +02:00
parent 253bf78fe3
commit d10ae96487

View File

@ -113,7 +113,8 @@ public class PlatformLoader {
case "ad1a88fd7eaf2277f2507bf34d7b994c": // 1.20.5 (Replaced by 1.20.6)
case "ee13f98a43b9c5abffdcc0bb24154460": // 1.20.6 (v1_20_R4)
return new de.epiceric.shopchest.nms.v1_20_R4.PlatformImpl();
case "229d7afc75b70a6c388337687ac4da1f": // 1.21 (v1_21_R1)
case "229d7afc75b70a6c388337687ac4da1f": // 1.21
case "7092ff1ff9352ad7e2260dc150e6a3ec": // 1.21.1 (v1_21_R1)
return new de.epiceric.shopchest.nms.v1_21_R1.PlatformImpl();
default:
return null;