config: falling tree
This commit is contained in:
parent
be6c44013b
commit
903ebf85f5
50
config/fallingtree.json
Normal file
50
config/fallingtree.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"trees": {
|
||||
"allowedLogs": [],
|
||||
"deniedLogs": [],
|
||||
"allowedLeaves": [],
|
||||
"allowedNonDecayLeaves": [],
|
||||
"deniedLeaves": [],
|
||||
"breakMode": "INSTANTANEOUS",
|
||||
"detectionMode": "WHOLE_TREE",
|
||||
"maxScanSize": 500,
|
||||
"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"
|
||||
},
|
||||
"tools": {
|
||||
"allowed": [],
|
||||
"denied": [],
|
||||
"preserve": false,
|
||||
"ignoreTools": false,
|
||||
"damageMultiplicand": 1.0,
|
||||
"damageRounding": "ROUND_DOWN",
|
||||
"speedMultiplicand": 0.0,
|
||||
"forceToolUsage": false
|
||||
},
|
||||
"player": {
|
||||
"allowedTags": []
|
||||
},
|
||||
"enchantment": {
|
||||
"registerEnchant": false,
|
||||
"registerSpecificEnchant": false,
|
||||
"hideEnchant": false,
|
||||
"requireEnchantment": false
|
||||
},
|
||||
"sneakMode": "SNEAK_DISABLE",
|
||||
"breakInCreative": false,
|
||||
"lootInCreative": true,
|
||||
"notificationMode": "ACTION_BAR"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user