Mug: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Items
{{Tools
|image = SmallCup.png
|image = SmallCup.png
|primaryuse = Making drinks
|otheruses = Holding water
|weight = 0.2
|weight = 0.2
}}
}}
The mug is a item that can be used to make a variety of drinks.  It can be filled with water to drink from.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 22: Line 26:
CanStoreWater = true,
CanStoreWater = true,
}</nowiki>
}</nowiki>
[[Category:items]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 18:13, 29 March 2012

Template:Tools

The mug is a item that can be used to make a variety of drinks. It can be filled with water to drink from.

Crafting

Name Recipe Description












Code

item Mugl
{
	Type				=			Normal,
	DisplayName			=			Empty Mug,
	Icon				=			Mugl,
	Weight				=			0.2,
	ReplaceOnUseOn  	=			WaterSource-WaterMug,
	CanStoreWater		=			true,
}