Nails: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 19: Line 19:
{{RecipeLookup|6}}
{{RecipeLookup|6}}
|}
|}
[[Category:Items]]
== Code ==
<nowiki>item Nails
{
Type = Normal,
DisplayName = Nails,
Icon = Nails,
Weight = 0.1,
Count = 5,
AlwaysWelcomeGift = true,
}</nowiki>
[[Category:items]]
[[Category:Version 0.2.0p]]

Revision as of 22:00, 28 March 2012


Template:Items Can be found throughout the world, and can be created by destroying things.

Crafting

Nails can be used in the following recipes:

Name Recipe Description




































Code

item Nails
{
	Type				=			Normal,
	DisplayName			=			Nails,
	Icon				=			Nails,
	Weight				=			0.1,
	Count				=			5,
	AlwaysWelcomeGift 	= 			true,
}