模板:Brewing Stand

出自Minecraft基岩版开发Wiki
[檢視 | 編輯 | 歷史 | 清除緩存]文件頁面

這個模板用來建立類似釀造台的介面。

Template:Inventory slot以取得基礎用途。此文件頁面將介紹其他或不同的功能。

用法[編輯]

{{Brewing Stand
|Input=   Nether Wart
|Output1= Awkward Potion
|Output2= Awkward Potion
|Output3= Awkward Potion
}}
效果:



動畫[編輯]

要使欄位具有動畫效果,請列出要顯示的物品,並用分號分隔。

{{Brewing Stand
|Input=   Nether Wart,10; Redstone,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output2= Awkward Potion; Splash Mundane Potion
|Output3= Awkward Potion; Splash Mundane Potion
}}
效果:

遊戲模組[編輯]

遊戲模組圖片和普通圖片可以在欄位中組合使用。

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the brewing stand are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the stand would be quicker.

{{Brewing Stand
|Mod= IndustrialCraft
|Input= v:Redstone,2
|Output1= Electronic Circuit
|Output2= v:Glowstone Dust
|Output3= Advanced Circuit,6
}}
or
{{Brewing Stand
|Input= Redstone,2
|Output1= IndustrialCraft:Electronic Circuit
|Output2= Glowstone Dust
|Output3= IndustrialCraft:Advanced Circuit,6
}}
produces

Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.


另見[編輯]