Template:Furnace

来自Minecraft基岩版开发Wiki
[查看 | 编辑 | 历史 | 清除缓存]文档页面

这个模板用来创建类似熔炉的界面。

Template:Inventory slot以获取基础用途。此文档页面将介绍其他或不同的功能。

用法[编辑]

参数[编辑]

{{Furnace
|Mod    = Default mod name
|Input  = Mod:InputName,Amount
|Output = Mod:OutputName,Amount
|Fuel   = Mod:FuelName,Amount
}}

标准用法[编辑]

{{Furnace
|Input=  Sand,17
|Output= Glass,2
|Fuel=   Coal,3
}}
效果:

动画[编辑]

要使槽位具有动画效果,请列出要显示的方块和物品,并用分号分隔。

{{Furnace
|Input=  Sand,17; Oak Log,10
|Output= Glass,2; Charcoal,10
|Fuel=   Coal,3
}}
效果:

Mod[编辑]

Mod图像和普通图像可以在槽位中组合。

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 furnace are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the furnace would be quicker.

{{Furnace
|Input=  Gravel,64
|Output= FancyPack:Road,2
|Fuel=   Coal,5
}}
or
{{Furnace
|Mod= FancyPack
|Input=  v:Gravel,64
|Output= Road,2
|Fuel=   v:Coal,5
}}
produces

Note the links of the Road, Gravel and Coal.


The layout images can also be modified, for example:

{{Furnace
|Mod= The Aether
|Input=  Holystone
|Output= Healing Stone
|Fuel=   Ambrosium Shard
|FuelUsage= Transmute
|Progress= Transmute
}}
Produces

Images should be put in Category:Grid mods layout.

另见[编辑]