fallingtree default configs
This commit is contained in:
parent
6aa4109b91
commit
b0c0864eb3
3 changed files with 51 additions and 1 deletions
46
config/yosbr/fallingtree.json
Normal file
46
config/yosbr/fallingtree.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"trees": {
|
||||
"allowedLogs": [],
|
||||
"deniedLogs": [],
|
||||
"allowedLeaves": [],
|
||||
"allowedNonDecayLeaves": [],
|
||||
"deniedLeaves": [],
|
||||
"breakMode": "INSTANTANEOUS",
|
||||
"detectionMode": "WHOLE_TREE",
|
||||
"maxScanSize": 500,
|
||||
"maxSize": 100,
|
||||
"maxSizeAction": "ABORT",
|
||||
"breakOrder": "FURTHEST_FIRST",
|
||||
"minimumLeavesAroundRequired": 1,
|
||||
"includePersistentLeavesInRequiredCount": true,
|
||||
"treeBreaking": true,
|
||||
"leavesBreaking": true,
|
||||
"leavesBreakingForceRadius": 0,
|
||||
"allowMixedLogs": false,
|
||||
"breakNetherTreeWarts": true,
|
||||
"instantlyBreakWarts": false,
|
||||
"searchAreaRadius": -1,
|
||||
"allowedAdjacentBlocks": [],
|
||||
"adjacentStopMode": "STOP_ALL"
|
||||
},
|
||||
"tools": {
|
||||
"allowed": [],
|
||||
"denied": [],
|
||||
"preserve": false,
|
||||
"ignoreTools": false,
|
||||
"damageMultiplicand": 1.0,
|
||||
"damageRounding": "ROUND_DOWN",
|
||||
"speedMultiplicand": 0.0
|
||||
},
|
||||
"player": {
|
||||
"allowedTags": []
|
||||
},
|
||||
"enchantment": {
|
||||
"registerEnchant": true,
|
||||
"registerSpecificEnchant": false,
|
||||
"hideEnchant": false
|
||||
},
|
||||
"sneakMode": "SNEAK_DISABLE",
|
||||
"breakInCreative": false,
|
||||
"notificationMode": "ACTION_BAR"
|
||||
}
|
|
@ -220,6 +220,10 @@ hash = "3b099dfb2e5e121a15abc61ce00a25c31bcb8d22baaa7273576bde10124907c4"
|
|||
file = "config/yosbr/config/zoomify.json"
|
||||
hash = "43cf4bc5891944af85a8a8dd6db8043775728f891838d85e1de2f09f30a4e712"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/fallingtree.json"
|
||||
hash = "74ff018d3d5c58d08f7681f92dabdccf96ea225ca5deead04ba20d66b498d634"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.amecsapi.txt"
|
||||
hash = "cbb07207eefa4a4c6c9a0e138c75fe8a254af6b103fdf48941aae3301f42ff7c"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "bc778286be75671c4156f602874694c666d3ab62920ab81b6b9d01b51ed4eb2a"
|
||||
hash = "3b22e6f988184f46d8ad42fbda8e50472b5e5d9a90a68138aeb1fc5f49a2c797"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.8"
|
||||
|
|
Loading…
Reference in a new issue