Candle: Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items  
{{languages|Candle}}
|image = Candle.png  
 
|weight = 0.2
{{Items
| image = Candle.png
| weight = 0.2
}}
}}
The candle itself does not do anything. However, if the candle is lit, it will become a light source for the player.
The candle itself does not do anything. However, if the candle is lit, it will become a light source for the player.


== Crafting ==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"
|-  
|-
! Name  
! Name
! class="unsortable" | Recipe  
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|4004}}
{{RecipeLookup|4004}}
|}
|}


== Code ==
==Code==
  <nowiki>item Candle
  <nowiki>item Candle
{
{
Line 23: Line 26:
Weight = 0.2,
Weight = 0.2,
}</nowiki>
}</nowiki>
== History ==
 
==History==
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
Line 32: Line 36:


==See Also==
==See Also==
* [[Lighter]]
*[[Lighter]]


{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 17:19, 23 March 2016


Template:Items

The candle itself does not do anything. However, if the candle is lit, it will become a light source for the player.

Crafting

Name Recipe Description












Code

item Candle
{
	Type				=			Normal,
	DisplayName			=			Candle,
	Icon				=			Candle,
	Weight				=			0.2,
}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Tools