mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-22 16:50:55 +00:00
Moved nms packages directly into the nms gradle module
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user