9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-06 15:51:52 +00:00

3.0.6-hotfix

This commit is contained in:
Xiao-MoMi
2023-04-29 19:04:55 +08:00
parent 802a9ab5f8
commit 957da5e47a
12 changed files with 125 additions and 249 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = 'net.momirealms'
version = '3.0.6'
version = '3.0.6-hotfix'
repositories {
mavenCentral()
@@ -41,7 +41,6 @@ dependencies {
implementation ('net.kyori:adventure-text-minimessage:4.13.1')
implementation ("de.tr7zw:item-nbt-api:2.11.2")
implementation ('org.bstats:bstats-bukkit:3.0.1')
implementation ('org.apache.commons:commons-pool2:2.11.1')
implementation fileTree(dir:'libs',includes:['BiomeAPI.jar','ProtectionLib.jar'])
}