Files
MiraiMC/patches/server/0032-Add-NBT-API-as-a-first-class-lib.patch
2021-12-09 20:12:18 +01:00

21 lines
833 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Etil <81570777+etil2jz@users.noreply.github.com>
Date: Thu, 9 Dec 2021 19:34:03 +0100
Subject: [PATCH] Add NBT API as a first-class lib
Original code by YatopiaMC, licensed under MIT
You can find the original code on https://github.com/YatopiaMC/Yatopia
diff --git a/build.gradle.kts b/build.gradle.kts
index 2e69e4875f22b2cb695ebfa851ae545e580c8b9c..23966877a25943a700dd159f02441b79946f8890 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -106,6 +106,7 @@ relocation {
relocate("org.bukkit.craftbukkit" to "org.bukkit.craftbukkit.v$packageVersion") {
exclude("org.bukkit.craftbukkit.Main*")
}
+ relocate("de.tr7zw.changeme.nbtapi" to "de.tr7zw.nbtapi") // Yatopia - Add NBT API as a first-class lib
}
tasks.shadowJar {