treeSimulator {
	# The Tree Simulator growth speed scales with the type of axe placed in the axe slot. The key of each entry should be a valid axe item id.
	axe {
		"minecraft:stone_axe": 2
		"minecraft:golden_axe": 7
		"minecraft:copper_axe": 3
		"minecraft:diamond_axe": 5
		"minecraft:iron_axe": 4
		"minecraft:netherite_axe": 6
		"minecraft:wooden_axe": 1
	}
}
