Twigs: Difference between revisions

From PZwiki
No edit summary
(Added picture, description and code)
Line 1: Line 1:
{{Items
|image = Twigs.png
|weight = 0,1
}}
Twigs are small pieces of wood which most of the time are dropped when a tree is chopped down.
== Crafting ==  
== Crafting ==  
Twigs can be used in the following recipes: 
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 9: Line 26:
{{RecipeLookup|4009}}
{{RecipeLookup|4009}}
|}
|}
== Code ==
<nowiki> item Twigs
{
Weight = 0.1,
Type = Normal,
DisplayName = Twigs,
Icon = Twigs,
} </nowiki>

Revision as of 16:08, 22 October 2014

Template:Items

Twigs are small pieces of wood which most of the time are dropped when a tree is chopped down.







Crafting

Name Recipe Description












Code

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