9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +00:00

1.21.6支持

This commit is contained in:
XiaoMoMi
2025-06-30 00:26:17 +08:00
parent 12b2fb5558
commit 11ce4748d0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Project settings
# Rule: [major update].[feature update].[bug fix]
project_version=3.6.40
project_version=3.6.41
config_version=42
project_group=net.momirealms
@@ -16,9 +16,9 @@ gson_version=2.11.0
asm_version=9.8
asm_commons_version=9.8
jar_relocator_version=1.7
adventure_bundle_version=4.21.0
adventure_bundle_version=4.23.0
adventure_platform_version=4.4.0
sparrow_heart_version=0.55
sparrow_heart_version=0.56
cloud_core_version=2.0.0
cloud_services_version=2.0.0
cloud_brigadier_version=2.0.0-beta.10

View File

@@ -48,7 +48,7 @@ public abstract class BukkitItemFactory extends ItemFactory<CustomCropsPlugin, R
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4" -> {
return new ComponentItemFactory(plugin);
}
case "1.21.5" -> {
case "1.21.5", "1.21.6" -> {
return new ComponentItemFactory1_21_5(plugin);
}
default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion());