mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
feat: add support 1.21.8
This commit is contained in:
@@ -14,6 +14,7 @@ public enum MinecraftVersion {
|
||||
v1_21_5,
|
||||
v1_21_6,
|
||||
v1_21_7,
|
||||
v1_21_8,
|
||||
;
|
||||
|
||||
public boolean isHigher(MinecraftVersion other) {
|
||||
|
||||
@@ -20,7 +20,8 @@ public class NMSHandlers {
|
||||
put(MinecraftVersion.v1_21_4, new MinecraftVersionInformation("v1_21_R3", true));
|
||||
put(MinecraftVersion.v1_21_5, new MinecraftVersionInformation("v1_21_R4", true));
|
||||
put(MinecraftVersion.v1_21_6, new MinecraftVersionInformation("v1_21_R5", false));
|
||||
put(MinecraftVersion.v1_21_7, new MinecraftVersionInformation("v1_21_R5", true));
|
||||
put(MinecraftVersion.v1_21_7, new MinecraftVersionInformation("v1_21_R5", false));
|
||||
put(MinecraftVersion.v1_21_8, new MinecraftVersionInformation("v1_21_R5", true));
|
||||
}};
|
||||
|
||||
private static NMSHandler handler;
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
paperweight.paperDevBundle("1.21.7-R0.1-SNAPSHOT")
|
||||
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
|
||||
implementation(project(":common"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user