Fixed laser tree farm delayed default configuration
This commit is contained in:
parent
5a7bc4267e
commit
a47f1f87f6
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ public class TileEntityLaserTreeFarm extends TileEntityAbstractMiner {
|
|||
// persistent properties
|
||||
private int radiusX_requested = WarpDriveConfig.TREE_FARM_totalMaxRadius;
|
||||
private int radiusZ_requested = WarpDriveConfig.TREE_FARM_totalMaxRadius;
|
||||
private boolean breakLeaves = false;
|
||||
private boolean tapTrees = false;
|
||||
private boolean breakLeaves = true;
|
||||
private boolean tapTrees = true;
|
||||
|
||||
private static final int STATE_IDLE = 0;
|
||||
private static final int STATE_WARMING_UP = 1;
|
||||
|
|
Loading…
Reference in a new issue