Auto-Sync
This commit is contained in:
parent
6aa1a705d2
commit
11cfbc7c1d
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ public class TileEntityManipulator extends TileEntityFilterable implements IRota
|
|||
|
||||
public TileEntityManipulator()
|
||||
{
|
||||
super(1);
|
||||
super(.1f);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -27,7 +27,7 @@ public class TileEntityRejector extends TileEntityFilterable
|
|||
|
||||
public TileEntityRejector()
|
||||
{
|
||||
super(1);
|
||||
super(.1f);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue