config/fallingtree.json geändert #3

Open
Athro-HIro wants to merge 2 commits from Athro-HIro/new:main into main

View File

@ -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"
}