mods: add and configure FallingTree
This is configured with sane defaults for better player experience.
This commit is contained in:
parent
51affef033
commit
8fa14475e1
51
config/yosbr/config/fallingtree.json
Normal file
51
config/yosbr/config/fallingtree.json
Normal 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
13
mods/fallingtree.pw.toml
Normal 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'
|
||||
Loading…
x
Reference in New Issue
Block a user