Fixed several tooltips (i.e. Encoded Pattern) losing parts of the text due to TextComponent.shallowCopy not keeping attached siblings.

This commit is contained in:
Sebastian Hartte
2020-06-16 17:38:10 +02:00
parent f6f8ac20e8
commit 4759a6d204
3 changed files with 12 additions and 15 deletions
@@ -1271,7 +1271,7 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU
}
else
{
this.myName = te.getCustomInventoryName().shallowCopy();
this.myName = te.getCustomInventoryName().deepCopy();
}
}
}