mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-22 16:29:23 +00:00
fix build error
This commit is contained in:
@@ -78,7 +78,7 @@ subprojects {
|
|||||||
|
|
||||||
extensions.configure<PublishingExtension> {
|
extensions.configure<PublishingExtension> {
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://repo.bx-team.space/snapshots") {
|
maven("https://repo.bxteam.org/snapshots") {
|
||||||
name = "divinemc"
|
name = "divinemc"
|
||||||
credentials(PasswordCredentials::class)
|
credentials(PasswordCredentials::class)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,6 @@
|
|||||||
+ * @param enderChest ender chest
|
+ * @param enderChest ender chest
|
||||||
+ * @return whether the chest was opened
|
+ * @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
|
+ // DivineMC end - Open Ender Chest API
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user