9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +00:00
This commit is contained in:
XiaoMoMi
2025-10-14 00:00:09 +08:00
parent 66d4097193
commit c52bba5921
2 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Project settings # Project settings
# Rule: [major update].[feature update].[bug fix] # Rule: [major update].[feature update].[bug fix]
project_version=3.6.44.3 project_version=3.6.45
config_version=43 config_version=43
project_group=net.momirealms project_group=net.momirealms
@@ -16,27 +16,27 @@ gson_version=2.11.0
asm_version=9.8 asm_version=9.8
asm_commons_version=9.8 asm_commons_version=9.8
jar_relocator_version=1.7 jar_relocator_version=1.7
adventure_bundle_version=4.23.0 adventure_bundle_version=4.25.0
adventure_platform_version=4.4.0 adventure_platform_version=4.4.0
sparrow_heart_version=0.59 sparrow_heart_version=0.60
cloud_core_version=2.0.0 cloud_core_version=2.0.0
cloud_services_version=2.0.0 cloud_services_version=2.0.0
cloud_brigadier_version=2.0.0-beta.11 cloud_brigadier_version=2.0.0-beta.13
cloud_bukkit_version=2.0.0-beta.11 cloud_bukkit_version=2.0.0-beta.13
cloud_paper_version=2.0.0-beta.11 cloud_paper_version=2.0.0-beta.13
cloud_minecraft_extras_version=2.0.0-beta.11 cloud_minecraft_extras_version=2.0.0-beta.13
boosted_yaml_version=1.3.7 boosted_yaml_version=1.3.7
mojang_brigadier_version=1.0.18 mojang_brigadier_version=1.0.18
bstats_version=3.0.2 bstats_version=3.1.0
geantyref_version=1.3.16 geantyref_version=1.3.16
caffeine_version=3.1.8 caffeine_version=3.1.8
rtag_version=1.5.11 rtag_version=1.5.13
exp4j_version=0.4.8 exp4j_version=0.4.8
placeholder_api_version=2.11.6 placeholder_api_version=2.11.6
anti_grief_version=0.20 anti_grief_version=1.0.2
zstd_version=1.5.6-9 zstd_version=1.5.7-4
flow_nbt_version=2.0.2 flow_nbt_version=2.0.2
guava_version=33.3.1-jre guava_version=33.5.0-jre
vault_version=1.7 vault_version=1.7
netty_version=4.1.117 netty_version=4.1.117

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" -> { "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4" -> {
return new ComponentItemFactory(plugin); return new ComponentItemFactory(plugin);
} }
case "1.21.5", "1.21.6", "1.21.7", "1.21.8" -> { case "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" -> {
return new ComponentItemFactory1_21_5(plugin); return new ComponentItemFactory1_21_5(plugin);
} }
default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion()); default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion());