Skip to content

Settings Examples

github-actions[bot] edited this page Dec 29, 2021 · 21 revisions

Here you’ll find examples of a fully filled configuration. Comments have been stripped away and can be found in the configuration generated.

Note
This is purely an example, values there won’t always make sense.
{
	"reverseSneaking": false,
	"breakInCreative": true,
	"notificationMode": "ACTION_BAR",
	"trees": {
		"whitelistedLogs": ["minecraft:anvil", "#minecraft:beds"],
		"blacklistedLogs": ["minecraft:anvil", "#minecraft:beds"],
		"whitelistedLeaves": ["minecraft:anvil", "#minecraft:beds"],
		"whitelistedNonDecayLeaves": ["minecraft:anvil", "#minecraft:beds"],
		"blacklistedLeaves": ["minecraft:anvil", "#minecraft:beds"],
		"breakMode": "INSTANTANEOUS",
		"detectionMode": "WHOLE_TREE",
		"maxScanSize": 500,
		"maxSize": 100,
		"maxSizeAction": "ABORT",
		"breakOrder": "FURTHEST_FIRST",
		"minimumLeavesAroundRequired": 1,
		"treeBreaking": true,
		"leavesBreaking": true,
		"leavesBreakingForceRadius": 0,
		"allowMixedLogs": false,
		"breakNetherTreeWarts": true,
		"instantlyBreakWarts": false,
		"searchAreaRadius": -1,
		"whitelistedAdjacentBlocks": ["minecraft:anvil", "#minecraft:beds"],
		"adjacentStopMode": "STOP_ALL"
	},
	"tools": {
		"whitelisted": ["minecraft:oak_boat", "#minecraft:flowers"],
		"blacklisted": ["minecraft:oak_boat", "#minecraft:flowers"],
		"preserve": false,
		"ignoreTools": false,
		"damageMultiplicand": 1,
		"speedMultiplicand": 0.0
	}
}
Clone this wiki locally