More moves and compilation fixes

This commit is contained in:
Sebastian Hartte
2020-06-29 02:15:31 +02:00
parent 3df93fc66d
commit 0d63f560d3
240 changed files with 2221 additions and 1926 deletions
@@ -1087,9 +1087,9 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU {
if (te.hasCustomInventoryName()) {
if (this.myName != null) {
this.myName.append(" ").append(te.getCustomInventoryName());
this.myName = this.myName.copy().append(" ").append(te.getCustomInventoryName());
} else {
this.myName = te.getCustomInventoryName().deepCopy();
this.myName = te.getCustomInventoryName();
}
}
}