Typo dissassembleDrive
This commit is contained in:
@@ -190,7 +190,7 @@ public class ItemBasicStorageCell extends AEBaseItem implements IStorageCell, II
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean dissassembleDrive(ItemStack stack, World world, EntityPlayer player)
|
private boolean disassembleDrive(ItemStack stack, World world, EntityPlayer player)
|
||||||
{
|
{
|
||||||
if ( player.isSneaking() )
|
if ( player.isSneaking() )
|
||||||
{
|
{
|
||||||
@@ -228,14 +228,14 @@ public class ItemBasicStorageCell extends AEBaseItem implements IStorageCell, II
|
|||||||
@Override
|
@Override
|
||||||
public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player)
|
public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player)
|
||||||
{
|
{
|
||||||
dissassembleDrive( stack, world, player );
|
disassembleDrive( stack, world, player );
|
||||||
return stack;
|
return stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onItemUseFirst(ItemStack stack, EntityPlayer player, World world, int x, int y, int z, int side, float hitX, float hitY, float hitZ)
|
public boolean onItemUseFirst(ItemStack stack, EntityPlayer player, World world, int x, int y, int z, int side, float hitX, float hitY, float hitZ)
|
||||||
{
|
{
|
||||||
return dissassembleDrive( stack, world, player );
|
return disassembleDrive( stack, world, player );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user