Mug: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 26: Line 26:
CanStoreWater = true,
CanStoreWater = true,
}</nowiki>
}</nowiki>
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Added to the game.
|}
==See Also==
* [[Water]]
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Items]]

Revision as of 00:15, 4 June 2013

Template:Tools

An empty mug turns into a Mug when filled with water from a Faucet or Well. The mug can also be used to craft a "Hot cuppa".

Crafting

Name Recipe Description












Code

item Mugl
{
	Type				=			Normal,
	DisplayName			=			Empty Mug,
	Icon				=			Mugl,
	Weight				=			0.2,
	ReplaceOnUseOn  	=			WaterSource-WaterMug,
	CanStoreWater		=			true,
}
Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Tools