This commit is contained in:
Salomão
2021-04-13 12:33:52 -03:00
parent 41180792e1
commit f776b4d548
5 changed files with 23 additions and 70 deletions
@@ -0,0 +1,4 @@
package appeng.container.slot;
public interface IJEITargetSlot {
}
@@ -24,7 +24,7 @@ import net.minecraft.item.ItemStack;
import net.minecraftforge.items.IItemHandler;
public class SlotFake extends AppEngSlot
public class SlotFake extends AppEngSlot implements IJEITargetSlot
{
public SlotFake( final IItemHandler inv, final int idx, final int x, final int y )