From 2556dfb92a7c7c73a72caa7d72129cef47b017ea Mon Sep 17 00:00:00 2001 From: BlueWeabo Date: Wed, 8 Feb 2023 07:07:27 +0200 Subject: Mte inventory block (#1692) MTE Inventory Upgrade * inventories saved to nbt in controller * bump up ModularUI to fix labels * inventory renaming * fix inventories not syncing * more nbt saving and loading * unregister inventory on block break * example of a block being made from the same class * clear UpgradeCasing list every structure check * fix inventory halving to 0 * sync inventory name for upgrade block * switch to its own method of sending client data --------- Co-authored-by: Jason Mitchell --- .../tileentities/machines/multiblock/MultiBlock_Macerator.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/main/java/gregtech/common') diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/MultiBlock_Macerator.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/MultiBlock_Macerator.java index 757b3ea72d..fa0a6298f6 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/MultiBlock_Macerator.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/MultiBlock_Macerator.java @@ -44,7 +44,7 @@ public class MultiBlock_Macerator extends MultiBlock_Stackable