Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.4
1.19.2
Platforms
Quilt
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published last year
Updated last year
About
A mod that adds a sawmill for cutting wooden blocks.
A gif showing how to use the tablesaw:
Configuring Tablesaw
The tablesaw config can be found in your minecraft instance's /config
directory.
{
// How to display ratios on recipe icons in the TableSaw interface.
// options: NONE, RATIO, STRICT_RATIO, OUTPUT_COUNT
// default: OUTPUT_COUNT
iconRatios: "OUTPUT_COUNT",
// If true, overrides the name in recipe tooltips to show the input -> output ratio.
// default: true
ratioTooltip: true
}