Wooden Crate: Difference between revisions

From PZwiki
(Fixed wildly outdated information)
Line 5: Line 5:
}}
}}


The crate is the only man-made container in the game. Like other containers, it can carry an infinite amount of weight and an infinite amount of items. Because the crate can be drag and dropped from the inventory, it is the only container that is placable by players. It is crafted by a hammer, 2 planks, and 2 nails, and it weighs 10 pounds per crate.
The crate is a player-made container, created and placed from the build menu. It can hold 50 weight units.


A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.
A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.

Revision as of 16:30, 21 October 2014

Template:Items

The crate is a player-made container, created and placed from the build menu. It can hold 50 weight units.

A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.

Crafting

Name Recipe Description












Code

item Crate
{
	Type				=			Normal,
	DisplayName			=			Crate,
	Icon				=			Crate,
	Weight				=			10,

}