mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-18 13:21:31 +01:00
Upstream/An Sidestream has released updates that appears to apply and compile correctly This update has NOT been tested by YatopiaMC and as with ANY update, please do your own testing. Tuinity Changes: cff9ec0 Updated Upstream (Paper) c3d5d24 Merge branch 'master' of https://github.com/Spottedleaf/Tuinity into ver/1.16.3 5df4a4f Reset the minimum ticket level for delaying unloads (#196) Origami Changes: 23fe2d3 Remove unnecessary map patch. Fixed in Paper faef256 Remove unused stream removal change 3f68c85 Update Paper Purpur Changes: 1720664 Updated Upstream (Tuinity) 6b2b137 Updated Upstream (Paper) afed247 Updated Upstream (Paper) a8a4826 Updated Upstream (Paper) ca4c502 Updated Upstream (Paper) 686ac09 Updated Upstream (Paper) 49dc495 Allow infinite and mending enchantments together
22 lines
1.0 KiB
Diff
22 lines
1.0 KiB
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
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 2a77cf53a684535e8331989d252660055d01755d..fd15e54ea87581c61566b7ed4620435fac579bab 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -321,6 +321,10 @@
|
|
<pattern>net.minecraft.server</pattern>
|
|
<shadedPattern>net.minecraft.server.v${minecraft_version}</shadedPattern>
|
|
</relocation>
|
|
+ <relocation>
|
|
+ <pattern>de.tr7zw.changeme.nbtapi</pattern>
|
|
+ <shadedPattern>de.tr7zw.nbtapi</shadedPattern>
|
|
+ </relocation>
|
|
</relocations>
|
|
<transformers>
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
|