improve checking handled tags in itemmeta (#9470)

This commit is contained in:
Jake Potrebic
2024-04-27 17:33:17 -07:00
parent a7e0798f78
commit 9230c67a88
2 changed files with 797 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ );
+
+ if (this.handle != null) {
+ copy.applyComponents(this.handle.getComponents());
+ copy.applyComponents(this.handle.getComponentsPatch());
+ }
+
+ final CraftItemStack mirrored = CraftItemStack.asCraftMirror(copy);