mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-20 15:51:11 +00:00
Added 1.21.8 bukkit support
This commit is contained in:
@@ -47,7 +47,7 @@ public interface Initializer {
|
|||||||
private static PlatformImpl constructPlatform(TerraBukkitPlugin plugin) {
|
private static PlatformImpl constructPlatform(TerraBukkitPlugin plugin) {
|
||||||
try {
|
try {
|
||||||
String packageVersion = NMS;
|
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";
|
packageVersion = "v1_21_7";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user