mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-08-16 00:15:41 +00:00
Added 1.21.8 bukkit support
This commit is contained in:
parent
9f546370cd
commit
8788eab839
@ -47,7 +47,7 @@ public interface Initializer {
|
||||
private static PlatformImpl constructPlatform(TerraBukkitPlugin plugin) {
|
||||
try {
|
||||
String packageVersion = NMS;
|
||||
if (NMS.equals("v1_21_5") || NMS.equals("v1_21_6")) {
|
||||
if (NMS.equals("v1_21_5") || NMS.equals("v1_21_6") || NMS.equals("v1_21_8")) {
|
||||
packageVersion = "v1_21_7";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user