mods: add and configure FallingTree

This is configured with sane defaults for better player experience.
This commit is contained in:
2025-11-07 07:32:29 +09:00
parent 51affef033
commit 8fa14475e1
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "FALL_ITEM",
"detectionMode": "WHOLE_TREE",
"detectionModeBiomeOverride": {},
"maxScanSize": 500,
"minSize": 0,
"maxSize": 100,
"maxLeafDistanceFromLog": 15,
"maxSizeAction": "ABORT",
"breakOrder": "FURTHEST_FIRST",
"minimumLeavesAroundRequired": 1,
"includePersistentLeavesInRequiredCount": true,
"treeBreaking": true,
"leavesBreaking": true,
"leavesBreakingForceRadius": 0,
"allowMixedLogs": false,
"breakNetherTreeWarts": true,
"breakMangroveRoots": true,
"searchAreaRadius": -1,
"allowedAdjacentBlocks": [],
"adjacentStopMode": "STOP_ALL",
"spawnItemsAtBreakPoint": false,
"trunkLootPercentage": 1.0
},
"tools": {
"allowed": [],
"denied": [],
"durabilityMode": "ABORT",
"ignoreTools": false,
"damageMultiplicand": 1.0,
"damageRounding": "PROBABILISTIC",
"speedMultiplicand": 0.0,
"forceToolUsage": false
},
"player": {
"allowedTags": []
},
"enchantment": {
"requireEnchantment": false
},
"sneakMode": "SNEAK_ENABLE",
"breakInCreative": false,
"lootInCreative": true,
"notificationMode": "ACTION_BAR"
}