Скачать Tablesaw — Minecraft Моды — ModStock
Tablesaw

Tablesaw

Активный

Установок

11

Последнее обновление

1 год назад

Версии

1.19.2 — 1.20.1
Клиент и сервер
Quilt
Декорации
Игровые механики

Join our Discord server. Requires Quilt Standard Libraries

No Fabric! No Forge!

Read the Tablesaw documentation.

About

A mod that adds a sawmill for cutting wooden blocks.

A gif showing how to use the tablesaw: Tablesaw usage

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
}