Moved nms packages directly into the nms gradle module

This commit is contained in:
OakLoaf
2025-10-13 10:49:06 +01:00
parent 8bceb255c0
commit 8b62badbdb
25 changed files with 1 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
plugins {
id("io.papermc.paperweight.userdev")
}
dependencies {
api(project(":platforms:bukkit:common"))
paperweight.paperDevBundle(Versions.Bukkit.paperDevBundle)
implementation("xyz.jpenilla", "reflection-remapper", Versions.Bukkit.reflectionRemapper)
}