Update 1.20.3 mention to 1.20.4

This commit is contained in:
Flowsqy 2023-12-10 19:10:00 +01:00
parent cf97d821f1
commit 98c6a33bea
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ You need to run the BuildTools for the following versions:
- 1.19.4
- 1.20.1
- 1.20.2
- 1.20.3
- 1.20.4

View File

@ -95,7 +95,7 @@ public class PlatformLoader {
return new de.epiceric.shopchest.nms.v1_20_R1.PlatformImpl();
case "3478a65bfd04b15b431fe107b3617dfc": //1.20.2
return new de.epiceric.shopchest.nms.v1_20_R2.PlatformImpl();
case "60a2bb6bf2684dc61c56b90d7c41bddc": //1.20.3
case "60a2bb6bf2684dc61c56b90d7c41bddc": //1.20.4 (1.20.3 virtually does not exist)
return new de.epiceric.shopchest.nms.v1_20_R3.PlatformImpl();
default:
return null;