Bag of Concrete Powder: Difference between revisions

From PZwiki
m (Remove empty line)
(grammar)
Line 15: Line 15:
|class_name = Base.ConcretePowder
|class_name = Base.ConcretePowder
}}
}}
A '''bag of concrete powder''' that is used in making concrete. The recipe is not yet implemented, so this item has no use yet.
A '''bag of concrete powder''' is used in making concrete. The recipe is not yet implemented, so this item has no use yet.
<!--  
<!--  
COMMENT: no use currently. Remove comments once item gains a use
COMMENT: no use currently. Remove comments once item gains a use

Revision as of 16:26, 13 November 2023

The Game WorldItemsBag of Concrete Powder
Bag of Concrete Powder
BagofConcretePowder Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
none
Technical
Item ID
Base.ConcretePowder

A bag of concrete powder is used in making concrete. The recipe is not yet implemented, so this item has no use yet.

Distribution

Crates may contain a bag of concrete.

Code

Retrieved: Build 41.78.16

item ConcretePowder
{
	DisplayCategory = Material,
	Weight	=	5,
	Type	=	Normal,
	DisplayName	=	Bag of Concrete Powder,
	Icon	=	Concrete_Powder,
	WorldStaticModel = BagofConcretePowder,
}

See also