Changed power values
This commit is contained in:
parent
1ac9228879
commit
78b4ab1514
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ public class TileEntityArmbot extends TileEntityAssembly implements IMultiBlock,
|
|||
|
||||
public TileEntityArmbot()
|
||||
{
|
||||
super(20);
|
||||
super(.02f);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ public class TileEntityCraneController extends TileEntityAssembly implements ICr
|
|||
|
||||
public TileEntityCraneController()
|
||||
{
|
||||
super(1);
|
||||
super(.1f);
|
||||
width = depth = 0;
|
||||
isCraneValid = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue