mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Make this constant
This commit is contained in:
parent
51d681974c
commit
b61410b6eb
@ -28,8 +28,7 @@ public abstract class Woodcutting {
|
|||||||
public static final int LEAF_BLOWER_UNLOCK_LEVEL = AdvancedConfig.getInstance().getLeafBlowUnlockLevel();
|
public static final int LEAF_BLOWER_UNLOCK_LEVEL = AdvancedConfig.getInstance().getLeafBlowUnlockLevel();
|
||||||
public static final boolean DOUBLE_DROP_DISABLED = Config.getInstance().woodcuttingDoubleDropsDisabled();
|
public static final boolean DOUBLE_DROP_DISABLED = Config.getInstance().woodcuttingDoubleDropsDisabled();
|
||||||
public static final int TREE_FELLER_THRESHOLD = Config.getInstance().getTreeFellerThreshold();
|
public static final int TREE_FELLER_THRESHOLD = Config.getInstance().getTreeFellerThreshold();
|
||||||
|
public static final boolean REQUIRES_TOOL = Config.getInstance().getWoodcuttingRequiresTool();
|
||||||
public static boolean requiresTool = Config.getInstance().getWoodcuttingRequiresTool();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Begins the Tree Feller ability
|
* Begins the Tree Feller ability
|
||||||
|
Loading…
Reference in New Issue
Block a user