Skip to content

Commit

Permalink
Fix error loading menu on Spigot 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Sep 6, 2024
1 parent 0abe4c8 commit da3620d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 331 deletions.
4 changes: 2 additions & 2 deletions api-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ repositories {

dependencies {
api(project(":api"))
api("dev.aurelium:slate:1.1.7") {
api("dev.aurelium:slate:1.1.8") {
exclude("org.yaml", "snakeyaml")
exclude("org.spongepowered", "configurate-yaml")
}
// api(files("../../Slate/build/libs/Slate-1.1.7.jar"))
// api(files("../../Slate/build/libs/Slate-1.1.8-all.jar"))
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import dev.aurelium.slate.position.FixedPosition;
import dev.aurelium.slate.position.GroupPosition;
import dev.aurelium.slate.position.PositionProvider;
import dev.aurelium.slate.util.SkullCreator;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.NamespacedKey;
Expand Down

This file was deleted.

0 comments on commit da3620d

Please sign in to comment.