Fabric port in progress

This commit is contained in:
Sebastian Hartte
2020-06-27 23:25:38 +02:00
parent 80fbb58d4f
commit b79cd732b2
368 changed files with 2498 additions and 2698 deletions
@@ -166,7 +166,7 @@ public abstract class P2PTunnelPart<T extends P2PTunnelPart> extends BasicStateP
return false;
}
final ItemStack is = player.getHeldItem(hand);
final ItemStack is = player.getStackInHand(hand);
final TunnelType tt = AEApi.instance().registries().p2pTunnel().getTunnelTypeByItem(is);
if (!is.isEmpty() && is.getItem() instanceof IMemoryCard) {