// Max percentage of each server tick that can be used by TDNF in each world. 1 - 5
"tickBudget": 1,
// Max number of active falling block entities. 1 - 64
"maxFallingBlocks": 16,
// Tree cutting jobs will be abandoned if they take longer than this number of seconds. Use larger values if breaking speed is slow. 20-1800
"jobTimeoutSeconds": 360,
// IDs of modded blocks to be handled the same as Minecraft big mushrooms. Not strictly needed if the block is in the LOGS tag or is a subtype of MushroomBlock.
"moddedMushroomBlocks": [
"byg:weeping_milkcap_mushroom_block",
"byg:green_mushroom_block",
"byg:soul_shroom_stem",
"byg:death_cap_mushroom_block"
],
// IDs of modded blocks to handle the same as vanilla Warped/Crimson stems. Activates dropping of wart blocks / shroomlights.
"moddedFungusLogs": [
"cinderscapes:umbral_stem",
"byg:sythian_stems"
],
// IDs of modded blocks to handle the same as vanilla Warped/Crimson wart blocks and shroomlights.