Skip to content

Commit 44e024d

Browse files
committed
feat: use NMS to populate tile entities
1 parent 5ed4dee commit 44e024d

File tree

2 files changed

+109
-392
lines changed

2 files changed

+109
-392
lines changed

Bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tasks.named<ShadowJar>("shadowJar") {
7474
relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination")
7575
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")
7676
relocate("org.bstats", "com.plotsquared.metrics")
77-
relocate("org.enginehub", "com.plotsquared.squirrelid")
77+
relocate("org.enginehub.squirrelid", "com.plotsquared.squirrelid")
7878
relocate("org.khelekore.prtree", "com.plotsquared.prtree")
7979
relocate("com.google.inject", "com.plotsquared.google")
8080
relocate("org.aopalliance", "com.plotsquared.core.aopalliance")

0 commit comments

Comments
 (0)