Fixed laser tree farm delayed default configuration

This commit is contained in:
LemADEC 2022-04-21 23:19:45 +02:00
parent 5a7bc4267e
commit a47f1f87f6

View file

@ -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;