Merge fixes

This commit is contained in:
Sebastian Hartte
2020-09-02 19:41:44 +02:00
parent 5d818eb03e
commit 89ea923c43
6 changed files with 23 additions and 32 deletions
+2 -3
View File
@@ -19,9 +19,8 @@
package appeng.client.me;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Inventory;
import net.minecraft.inventory.container.Slot;
import net.minecraft.inventory.SimpleInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.screen.slot.Slot;
@@ -29,7 +28,7 @@ import appeng.api.storage.data.IAEItemStack;
public class SlotME extends Slot {
private static final Inventory EMPTY_INVENTORY = new Inventory(0);
private static final Inventory EMPTY_INVENTORY = new SimpleInventory(0);
private final InternalSlotME slot;