9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-04 15:41:46 +00:00

Prepare for building

This commit is contained in:
XiaoMoMi
2024-09-04 22:31:23 +08:00
parent 33cfd7deac
commit f65d6ba41d
3 changed files with 7 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ dependencies {
implementation("net.kyori:adventure-text-serializer-gson:${rootProject.properties["adventure_bundle_version"]}") {
exclude("com.google.code.gson", "gson")
}
implementation("net.kyori:adventure-text-serializer-legacy:${rootProject.properties["anti_grief_version"]}")
implementation("net.kyori:adventure-text-serializer-legacy:${rootProject.properties["adventure_bundle_version"]}")
implementation("com.github.Xiao-MoMi:AntiGriefLib:${rootProject.properties["anti_grief_version"]}")
implementation("com.github.Xiao-MoMi:Sparrow-Heart:${rootProject.properties["sparrow_heart_version"]}")
implementation("com.saicone.rtag:rtag:${rootProject.properties["rtag_version"]}")

View File

@@ -54,7 +54,6 @@ import org.bukkit.event.player.PlayerItemDamageEvent;
import org.bukkit.inventory.EquipmentSlot;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.plugin.java.JavaPlugin;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;