diff --git a/config/fallingtree.json b/config/fallingtree.json index e0a77ae..f147c5d 100644 --- a/config/fallingtree.json +++ b/config/fallingtree.json @@ -5,25 +5,25 @@ "allowedLeaves": [], "allowedNonDecayLeaves": [], "deniedLeaves": [], - "breakMode": "INSTANTANEOUS", - "detectionMode": "WHOLE_TREE", - "maxScanSize": 500, + "breakMode": "FALL_ITEM", + "detectionMode": "ABOVE_CUT", + "maxScanSize": 300, "maxSize": 100, - "maxLeafDistanceFromLog": 15, + "maxLeafDistanceFromLog": 12, "maxSizeAction": "ABORT", - "breakOrder": "FURTHEST_FIRST", - "minimumLeavesAroundRequired": 1, - "includePersistentLeavesInRequiredCount": true, + "breakOrder": "LOWEST_FIRST", + "minimumLeavesAroundRequired": 2, + "includePersistentLeavesInRequiredCount": false, "treeBreaking": true, "leavesBreaking": true, "leavesBreakingForceRadius": 0, "allowMixedLogs": false, "breakNetherTreeWarts": true, - "breakMangroveRoots": true, + "breakMangroveRoots": false, "searchAreaRadius": -1, "allowedAdjacentBlocks": [], "adjacentStopMode": "STOP_ALL", - "spawnItemsAtBreakPoint": false + "spawnItemsAtBreakPoint": true }, "tools": { "allowed": [], @@ -32,7 +32,7 @@ "ignoreTools": false, "damageMultiplicand": 1.0, "damageRounding": "ROUND_DOWN", - "speedMultiplicand": 0.0, + "speedMultiplicand": 0.5, "forceToolUsage": false }, "player": { @@ -43,6 +43,6 @@ }, "sneakMode": "SNEAK_DISABLE", "breakInCreative": false, - "lootInCreative": true, + "lootInCreative": false, "notificationMode": "ACTION_BAR" } \ No newline at end of file