You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,6 +65,7 @@ public static void load(File configDir) {
60
65
maxLogsProcessed = config.getInt("maxLogsProcessed", Configuration.CATEGORY_GENERAL, maxLogsProcessed, 0, 10_0000, "How many logs the tree scanning algorithm should look at before giving up");
61
66
canFellLargeTrees = config.getBoolean("canFellLargeTrees", Configuration.CATEGORY_GENERAL, canFellLargeTrees, "What should happen when maxLogsProcessed is hit?");
62
67
aggressiveHouseProtection = config.getBoolean("aggressiveHouseProtection", Configuration.CATEGORY_GENERAL, aggressiveHouseProtection, "If doors, glass, bed, workbench, signs, furnaces, carpets, etc are detected near the tree it will terminate the felling, protecting the house");
68
+
sneakingPreventsFelling = config.getBoolean("sneakingPreventsFelling", Configuration.CATEGORY_GENERAL, sneakingPreventsFelling, "Suppresses the felling event if the player is sneaking while chopping.");
63
69
logBlacklistArray = config.getStringList("logBlacklist", Configuration.CATEGORY_GENERAL, logBlacklistArray, "Log types that should never be felled. Format: <resourceId/modId>:<blockName>[#<meta>]");
0 commit comments