Bucket: Difference between revisions

From PZwiki
(solving improvement for bucket 3)
m (added tools navbox)
Line 1: Line 1:
{{languages}}
{{Tools
|image = Empty bucket.png
|primaryuse = Making plaster
|otheruses = Carrying water
|weight = 1}}
A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be [[Paint Brush|painted]].
A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be [[Paint Brush|painted]].


{{Items
 
|image = Empty bucket.png
 
|weight = 1}}
 


== Crafting ==
== Crafting ==
Line 30: Line 37:
* [[Paint]]
* [[Paint]]


{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Construction]]
[[Category:items]]
[[Category:items]]

Revision as of 17:54, 22 January 2014

Template:Tools

A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be painted.



Crafting

Name Recipe Description
























Code

item BucketEmpty
{
		Weight				=	1,
		CanStoreWater			=	TRUE,
		Type				=	Normal,
		DisplayName			=	Bucket,
		Icon				=	Bucket_Empty,
        	ReplaceOnUseOn 			= 	WaterSource-BucketWaterFull,
}

See Also

Template:Navbox/Tools