mods: add and configure FallingTree

This is configured with sane defaults for better player experience.
This commit is contained in:
Yonah 2025-11-07 07:32:29 +09:00
parent 51affef033
commit 8fa14475e1
Signed by: yonah
SSH Key Fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
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"
}

13
mods/fallingtree.pw.toml Normal file
View File

@ -0,0 +1,13 @@
filename = 'FallingTree-1.21.10-1.21.10.1.jar'
name = 'FallingTree'
side = 'both'
[download]
hash = '616d3655d0fe7a6b56f2b7c973ac45f41380f68d3e5d0c6205cf3082ff1f35a9895c8f8af2d3ea2a7c24401784adc4fc979b70794aa5f7c8bcba9a9510b14398'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/Fb4jn8m6/versions/hDjB8uAg/FallingTree-1.21.10-1.21.10.1.jar'
[update.modrinth]
mod-id = 'Fb4jn8m6'
version = 'hDjB8uAg'