ActionResultType in onActivated
This commit is contained in:
@@ -96,7 +96,7 @@ public class TileCubeGenerator extends AEBaseTile implements ITickableTileEntity
|
||||
{
|
||||
this.is = ItemStack.EMPTY;
|
||||
|
||||
if( player.isShiftKeyDown() )
|
||||
if( player.isCrouching() )
|
||||
{
|
||||
this.size--;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ public class ToolDebugCard extends AEBaseItem
|
||||
return EnumActionResult.PASS;
|
||||
}
|
||||
|
||||
if( player.isShiftKeyDown() )
|
||||
if( player.isCrouching() )
|
||||
{
|
||||
int grids = 0;
|
||||
int totalNodes = 0;
|
||||
|
||||
@@ -57,7 +57,7 @@ public class ToolReplicatorCard extends AEBaseItem
|
||||
int y = pos.getY();
|
||||
int z = pos.getZ();
|
||||
|
||||
if( player.isShiftKeyDown() )
|
||||
if( player.isCrouching() )
|
||||
{
|
||||
if( world.getTileEntity( pos ) instanceof IGridHost )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user