Candle: Difference between revisions

From PZwiki
m (Not much we can say. It's not working yet.)
m (Fixed Weight)
Line 2: Line 2:
{{Items  
{{Items  
|image = Candle.png  
|image = Candle.png  
|weight = 1
|weight = 0.2
}}
}}
Currently, the candle does not provide light for the player.
Currently, the candle does not provide light for the player.
Line 20: Line 20:
DisplayName = Candle,
DisplayName = Candle,
Icon = Candle,
Icon = Candle,
Weight = 1,
Weight = 0.2,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 15:24, 4 May 2013

Template:Items Currently, the candle does not provide light for the player.

Crafting

Name Recipe Description












Code

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