Corail Woodcutter
Corail Woodcutter is a specialized sawmill for wood processing, similar to the stonecutter but designed exclusively for wooden materials. The mod automatically supports compatibility with popular addons Biomes O' Plenty, Twilight Forest, Quark, and The Midnight.
Main Features
The sawmill is available in six different design variants corresponding to all plank types from the standard Minecraft version. The appearance automatically adapts to the resource pack being used. Villages now feature these specialized workstations.
A convenient function allows using the sawmill directly from the inventory by holding Shift (this option is enabled by default in settings).
Datapack System
Recent versions include a command for exploring mods and automatically creating datapacks with sawmill recipes. Generated files are saved in the configuration folder.
Management command: /woodcutter datapack [generate|apply|remove] [modid]

Recipe Format

Conditional recipe format in version 1.20.4:

{
"type": "corail_woodcutter:woodcutting",
"ingredient": {
"item": "biomesoplenty:cherry_log"
},
"result": "corail_pillar:pillar_cherry_log",
"count": 2,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "corail_woodcutter"
},{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}
All recipes can be edited using CraftTweaker.
JEI Integration
The mod adds a special category to JEI for displaying all available sawmill recipes.

