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

Fix sprinkler option 3D-item-with-water not work.

This commit is contained in:
Catnies
2025-06-21 04:52:12 +08:00
parent 12b2fb5558
commit b9272836ad
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ repositories {
dependencies {
compileOnly(project(":api"))
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("net.momirealms:craft-engine-core:0.0.54.6")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.54.6")
compileOnly("net.momirealms:craft-engine-core:0.0.57")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.57")
}
tasks.withType<JavaCompile> {