Minecraft Wiki
Advertisement
これは、メインテンプレートページに参照されるべきである解説ページです。詳細についてはテンプレート:Documentationを参照してください
Lua logo
このテンプレートは、モジュール:UIを使用しています。また、このスクリプトはLuaで書かれています。
Book and Quill
このページの内容は翻訳されていません。 
あなたが内容を翻訳してみませんか?

This template is used to create an interface that looks similar to the Stonecutter's.

See Template:Inventory slot for basic slot usage, this documentation page will cover additional or different functions.

Usage

Definition

{{Stonecutter
|Input  = InputName,Amount
|Output = OutputName,Amount
}}

Standard usage

{{Stonecutter
|Input=  Stone
|Output= Stone Slab,2
}}
produces

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons.

{{Stonecutter
|Input=  Stone
|Output= Stone Bricks; Stone Brick Slab,2
}}
produces

See also

Advertisement