TrainCarts/Signs/Crafter [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "Crafterサインは近くの作業台を利用してクラフトを行います。なんのアイテムをクラフトするのかを指定すれば、プラグイン側で自動的にレシピを検索して、チェストのトロッコに格納されたアイテムからクラフトを行います。複数のアイテムを一気にクラフトすることもできます。")
(Created page with "アイテム名の記述方法については、TrainCartsで使われるアイテムのフォーマットを参照してください。")
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:




<div lang="en" dir="ltr" class="mw-content-ltr">
== 記法 ==
== Syntax ==
</div>


{{sign|[train]|craft|wood;stick|torch}}
{{sign|[train]|craft|wood;stick|torch}}
Line 13: Line 11:




<div lang="en" dir="ltr" class="mw-content-ltr">
=== 一行目 ===
=== First line ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
サインが起動した時に、列車全体のアイテムか、それともトロッコひとつのアイテムをクラフトするかを設定します。
Sets whether to craft inside the entire train, or only in the minecart that is currently above this sign.
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
=== 二行目 ===
=== Second line ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
''craft''もしくは''crafter''と書きます。また、このあとに引数を設定することで、クラフトに使用する作業台をどれくらいの範囲まで探索するかを決められます。
''craft'' or ''crafter''. You can put an optional number after this keyword to define the radius at which the sign looks for nearby workbenches.
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
=== 三行目と四行目 ===
=== Third and fourth line ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
クラフトするアイテム名です。また、一度にクラフトできる数量を指定・制限することもできます。アイテムは記述したうちの左から右の順序でクラフトされるので、たとえばこの例だと原木→木材→棒→松明、という流れになります。なお、クラフトを行うには十分な空き容量が必要です。もしすべてのインベントリスロットが原木で埋め尽くされている時は、木材に加工すると溢れてしまうので、まったくクラフトは行われません。
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.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
アイテム名の記述方法については、[[Special:MyLanguage/TrainCarts/Signs/Items|TrainCartsで使われるアイテムのフォーマット]]を参照してください。
[[Special:MyLanguage/TrainCarts/Signs/Items|TrainCarts item format]]
</div>

Latest revision as of 02:48, 19 June 2026

Other languages:

概要

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


記法

Signtemplate.png
[train]
craft
wood;stick
torch



一行目

サインが起動した時に、列車全体のアイテムか、それともトロッコひとつのアイテムをクラフトするかを設定します。


二行目

craftもしくはcrafterと書きます。また、このあとに引数を設定することで、クラフトに使用する作業台をどれくらいの範囲まで探索するかを決められます。


三行目と四行目

クラフトするアイテム名です。また、一度にクラフトできる数量を指定・制限することもできます。アイテムは記述したうちの左から右の順序でクラフトされるので、たとえばこの例だと原木→木材→棒→松明、という流れになります。なお、クラフトを行うには十分な空き容量が必要です。もしすべてのインベントリスロットが原木で埋め尽くされている時は、木材に加工すると溢れてしまうので、まったくクラフトは行われません。

アイテム名の記述方法については、TrainCartsで使われるアイテムのフォーマットを参照してください。