Memory Cards Don't need Blocks.
This commit is contained in:
parent
71f95b7d4e
commit
385103ffb7
2 changed files with 2 additions and 3 deletions
2
api
2
api
|
@ -1 +1 @@
|
|||
Subproject commit 5a993490cc3fea88b70722a2f088b52f4e5a2e7f
|
||||
Subproject commit 162903d5dfa2817adda93e8bfb7f5a0dfa408a83
|
|
@ -3,7 +3,6 @@ package appeng.items.tools;
|
|||
import java.util.EnumSet;
|
||||
import java.util.List;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
|
@ -63,7 +62,7 @@ public class ToolMemoryCard extends AEBaseItem implements IMemoryCard
|
|||
}
|
||||
|
||||
@Override
|
||||
public void notifyUser(Block blk, EntityPlayer player, MemoryCardMessages msg)
|
||||
public void notifyUser(EntityPlayer player, MemoryCardMessages msg)
|
||||
{
|
||||
if ( Platform.isClient() )
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue