Skip to content

Commit

Permalink
remove nukkit dependency
Browse files Browse the repository at this point in the history
Supporting bedrock edition won't be possible as the differences between java edition and bedrock edition are too big.
  • Loading branch information
derklaro committed Dec 31, 2022
1 parent 7feaf95 commit 16484e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
metadata.format.version = "1.1"

[versions]

# plugins
Expand All @@ -16,7 +14,6 @@ event = "5.0.0-SNAPSHOT"
# platform api versions
sponge = "10.0.0"
minestom = "42195c536b"
nukkitX = "1.0-SNAPSHOT"
paper = "1.19.3-R0.1-SNAPSHOT"

# platform extensions
Expand All @@ -34,7 +31,6 @@ gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

# platform api
nukkitX = { group = "cn.nukkit", name = "nukkit", version.ref = "nukkitX" }
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
sponge = { group = "org.spongepowered", name = "spongeapi", version.ref = "sponge" }
minestom = { group = "com.github.Minestom", name = "Minestom", version.ref = "minestom" }
Expand Down

0 comments on commit 16484e4

Please sign in to comment.