Changed power values

This commit is contained in:
DarkGuardsman 2013-09-06 04:24:34 -04:00
parent 1ac9228879
commit 78b4ab1514
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ public class TileEntityArmbot extends TileEntityAssembly implements IMultiBlock,
public TileEntityArmbot()
{
super(20);
super(.02f);
// TODO Auto-generated constructor stub
}

View file

@ -17,7 +17,7 @@ public class TileEntityCraneController extends TileEntityAssembly implements ICr
public TileEntityCraneController()
{
super(1);
super(.1f);
width = depth = 0;
isCraneValid = false;