9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

fix build error

This commit is contained in:
NONPLAYT
2025-02-12 18:17:02 +03:00
parent b738e9262b
commit ff31f31b06
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ subprojects {
extensions.configure<PublishingExtension> {
repositories {
maven("https://repo.bx-team.space/snapshots") {
maven("https://repo.bxteam.org/snapshots") {
name = "divinemc"
credentials(PasswordCredentials::class)
}

View File

@@ -12,6 +12,6 @@
+ * @param enderChest ender chest
+ * @return whether the chest was opened
+ */
+ boolean openEnderChest(@NotNull org.bukkit.block.EnderChest enderChest);
+ boolean openEnderChest(org.bukkit.block.EnderChest enderChest);
+ // DivineMC end - Open Ender Chest API
}