Needle: Difference between revisions

From PZwiki
(Created page with "{{languages|Needle}} {{Items |image = Needle.png |weight = 0.1 }} {{Notice|Short}} == Code == <pre> item Needle { DisplayName = Needle, Icon = Needle, Type = No...")
 
No edit summary
Line 5: Line 5:
|weight = 0.1
|weight = 0.1
}}
}}
A needle can be used to craft a [[mattress]].


{{Notice|Short}}
{{Notice|Short}}

Revision as of 12:28, 15 October 2014


Template:Items

A needle can be used to craft a mattress.

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Code

	item Needle
	{
		DisplayName	= Needle,
		Icon		= Needle,
		Type		= Normal,
		Weight		= 0.1
	}

Template:Navbox/Items