Files
MiraiMC/patches/server/0032-Add-NBT-API-as-a-first-class-lib.patch
2021-12-29 17:29:54 +01:00

21 lines
806 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: tr7zw <tr7zw@live.de>
Date: Thu, 2 Apr 2020 18:49:38 +0200
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 ea185d933980fa453e933e0e503d7eaa17f6f14f..4f85686bac51abf5e6d00fcbaefca53fd43b29f4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -107,6 +107,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 {