Can Opener: Difference between revisions

From PZwiki
m (moved Can Opener to Can Opener over redirect: Capitalization should be consistent across all pages to avoid confusion.)
No edit summary
Line 4: Line 4:
|primaryuse = Opening cans
|primaryuse = Opening cans
|otheruses = None  
|otheruses = None  
|weight = 2
|weight = 1
}}
}}
Used to open cans of food such as [[canned soup]], among other things. Usually found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
Used to open cans of food such as [[canned soup]], among other things. Usually found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
Line 19: Line 19:
{{RecipeLookup|2}}
{{RecipeLookup|2}}
|}
|}
== Code ==
<nowiki>item TinOpener
{
Type = Normal,
DisplayName = Can Opener,
Icon = CanOpener,
Weight = 1
}</nowiki>
[[Category:tools]]
[[Category:tools]]
[[Category:Version 0.2.0p]]

Revision as of 21:58, 28 March 2012

Template:Tools Used to open cans of food such as canned soup, among other things. Usually found in kitchen cupboards.

Crafting

A Can opener can be used for the following crafting recipes:


Name Recipe Description












Code

item TinOpener
{
	Type				=			Normal,
	DisplayName			=			Can Opener,
	Icon				=			CanOpener,
	Weight				=			1
}