tweak GUIs

This commit is contained in:
Salomão
2021-06-21 15:54:40 -03:00
parent 3eb2582f29
commit 42f4ef2855
6 changed files with 1 additions and 6 deletions
@@ -97,12 +97,6 @@ public class ContainerInterface extends ContainerUpgradeable implements IOptiona
return myDuality.getInstalledUpgrades(Upgrades.PATTERN_EXPANSION) >= idx;
}
@Override
protected boolean supportCapacity()
{
return true;
}
@Override
public void detectAndSendChanges()
{
@@ -25,6 +25,7 @@ import java.util.stream.Collectors;
import appeng.api.config.Upgrades;
import appeng.helpers.DualityInterface;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableList;
import net.minecraft.inventory.InventoryCrafting;