9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-04 15:41:46 +00:00
This commit is contained in:
XiaoMoMi
2024-12-10 18:36:44 +08:00
parent 25654d8cd3
commit e181249e38
6 changed files with 38 additions and 13 deletions

View File

@@ -102,6 +102,10 @@ public class VersionHelper {
return version >= 20;
}
public static boolean isVersionNewerThan1_21_4() {
return version >= 21.39;
}
public static boolean isFolia() {
return folia;
}