{
  "disableCrouchMining": false,
  "disableExtraToolDamage": false,
  "disableExtraFoodExhaustion": false,
  "treeLifetimeLength": 4.0,
  "dynamicMiningSpeed": {
    "disable": false,
    "speedMultiplication": 0.05,
    "maxSpeedMultiplication": 16.0
  },
  "trees": {
    "standardTree": {
      "algorithm": {
        "maxLeavesRadius": 25,
        "maxLogAmount": 512,
        "shouldFallOnMaxLogAmount": true,
        "shouldIgnorePersistentLeaves": true
      },
      "logFilter": {
        "whitelistedTags": [
          "minecraft:logs"
        ],
        "whitelist": [
          "minecraft:mushroom_stem",
          "beneath:wood/log/crimson",
          "beneath:wood/stripped_log/crimson",
          "beneath:wood/wood/crimson",
          "beneath:wood/stripped_wood/crimson",
          "beneath:wood/log/warped",
          "beneath:wood/stripped_log/warped",
          "beneath:wood/wood/warped",
          "beneath:wood/stripped_wood/warped",
          "ad_astra:aeronos_stem",
          "ad_astra:strophar_stem"
        ],
        "blacklist": []
      },
      "leavesFilter": {
        "whitelistedTags": [
          "minecraft:leaves"
        ],
        "whitelist": [
          "minecraft:red_mushroom_block",
          "minecraft:brown_mushroom_block",
          "minecraft:shroomlight",
          "species:alphacene_mushroom_block",
          "species:alphacene_mushroom_growth",
          "minecraft:nether_wart_block",
          "minecraft:warped_wart_block",
          "beneath:wood/leaves/crimson",
          "beneath:wood/leaves/warped",
          "ad_astra:aeronos_cap",
          "ad_astra:strophar_cap",
          "tfg:crimson_wart_block",
          "tfg:warped_wart_block",
          "tfg:aeronos_cap",
          "tfg:strophar_cap"
        ],
        "blacklist": []
      },
      "extraBlockFilter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:vine",
          "minecraft:bee_nest",
          "minecraft:cocoa"
        ],
        "blacklist": []
      },
      "enabled": true,
      "onlyFallWithRequiredTool": false,
      "allowedToolFilter": {
        "whitelistedTags": [
          "minecraft:axes"
        ],
        "whitelist": [],
        "blacklist": []
      }
    },
    "verticalTree": {
      "filter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:cactus",
          "minecraft:bamboo"
        ],
        "blacklist": []
      },
      "enabled": true,
      "onlyFallWithRequiredTool": false,
      "allowedToolFilter": {
        "whitelistedTags": [
          "minecraft:axes"
        ],
        "whitelist": [],
        "blacklist": []
      }
    },
    "chorusTree": {
      "enabled": false,
      "onlyFallWithRequiredTool": false,
      "allowedToolFilter": {
        "whitelistedTags": [],
        "whitelist": [
          "tfg:charred_log"
        ],
        "blacklist": []
      }
    },
    "mushroomTree": {
      "stemFilter": {
        "whitelistedTags": [],
        "whitelist": [],
        "blacklist": []
      },
      "capFilter": {
        "whitelistedTags": [],
        "whitelist": [],
        "blacklist": []
      },
      "enabled": true,
      "onlyFallWithRequiredTool": false,
      "allowedToolFilter": {
        "whitelistedTags": [],
        "whitelist": [],
        "blacklist": []
      }
    }
  }
}