mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2025-01-22 09:51:19 +01:00
Merge branch 'xsmeths-1.20'
This commit is contained in:
commit
7dc0ae116a
@ -90,6 +90,8 @@ public class PlatformLoader {
|
||||
return new de.epiceric.shopchest.nms.v1_19_R2.PlatformImpl();
|
||||
case "3009edc0fff87fa34680686663bd59df": // 1.19.4 (v1_19_R3)
|
||||
return new de.epiceric.shopchest.nms.v1_19_R3.PlatformImpl();
|
||||
case "34f399b4f2033891290b7f0700e9e47b": // 1.20 (v1_20_R1)
|
||||
return new de.epiceric.shopchest.nms.v1_20_R1.PlatformImpl();
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user