概述
此模组添加了一个锯木台用来切割木质方块。
以下动图展示了其使用方法:
配置
模组的配置文件位于 版本文件夹 / config / tablesaw 目录下。
{
// 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.
// 若设置为 true,则在配方提示中覆盖物品名称以显示 输入->输出 比例
// default: true
// 默认值为 true
ratioTooltip: true
}
对于开发者,可以查看作者写的WIKI了解如何为自己的模组添加锯木台配方。