TrainCarts/Signs/Crafter [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "TrainCarts/サイン/Crafter")
 
(Created page with "Crafterサインは近くの作業台を利用してクラフトを行います。なんのアイテムをクラフトするのかを指定すれば、プラグイン側で自動的にレシピを検索して、チェストのトロッコに格納されたアイテムからクラフトを行います。複数のアイテムを一気にクラフトすることもできます。")
Line 2: Line 2:
== 概要 ==
== 概要 ==


<div lang="en" dir="ltr" class="mw-content-ltr">
Crafterサインは近くの作業台を利用してクラフトを行います。なんのアイテムをクラフトするのかを指定すれば、プラグイン側で自動的にレシピを検索して、チェストのトロッコに格納されたアイテムからクラフトを行います。複数のアイテムを一気にクラフトすることもできます。
The crafter sign is very similar to the transfer signs, but this time it interacts with a nearby workbench. You can define the items to craft on the sign, and the plugin will automatically find out the right recipe to craft that item using items inside the storage minecart. It can craft multiple items at a time.
</div>





Revision as of 00:55, 19 June 2026

Other languages:

概要

Crafterサインは近くの作業台を利用してクラフトを行います。なんのアイテムをクラフトするのかを指定すれば、プラグイン側で自動的にレシピを検索して、チェストのトロッコに格納されたアイテムからクラフトを行います。複数のアイテムを一気にクラフトすることもできます。


Syntax

Signtemplate.png
[train]
craft
wood;stick
torch



First line

Sets whether to craft inside the entire train, or only in the minecart that is currently above this sign.


Second line

craft or crafter. You can put an optional number after this keyword to define the radius at which the sign looks for nearby workbenches.


Third and fourth line

The items to craft. If an amount is set, it will not craft any more of that item than that amount. Items are crafted from left to right, so in the syntax example it will first convert all logs into wood, then all wood into sticks and then all sticks and coal into torches. Note that, in some cases, an extra empty slot is needed to craft items. For example, if the entire inventory is filled with logs, it has no room to place new wood, so then no wood is crafted at all.