Tree branch: Difference between revisions

From PZwiki
Tree branch
(Xinn moved page Tree branch to Tree Branch)
 
No edit summary
Tag: Reverted
Line 1: Line 1:
#REDIRECT [[Tree Branch]]
{{languages|Tree Branch}}
{{Items
|image = Treebranch.png
|weight = 0,2
}}
Tree branches sometimes drop from a tree when chopped down.
They can be used to craft a [[Stone Axe]], [[Stone Hammer]] and [[Wooden Lance]].
 
==Crafting==
{{Crafting table header}}
{{RecipeLookup|3004}}
{{RecipeLookup|3005}}
{{RecipeLookup|3006}}
{{Crafting table footer}}
 
== Code ==
<nowiki> item TreeBranch
{
Weight = 0.2,
Type = Normal,
DisplayName = Tree Branch,
Icon = Branch,
} </nowiki>
 
[[Category:Items]]

Revision as of 08:09, 11 December 2014

Template:Items Tree branches sometimes drop from a tree when chopped down. They can be used to craft a Stone Axe, Stone Hammer and Crafted Spear.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

 item TreeBranch
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Tree Branch,
		Icon	=	Branch,
	}