Cornmeal

From PZwiki
Project ZomboidItemsFoodGrainsCornmeal
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Cornmeal
Cornmeal
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Capacity
4 units
Technical
Item ID
Base.Cornmeal

Cornmeal is a non-perishable food item used in cooking.

Usage

Cornmeal could be used for various cooking recipes in the future, such as cornbread.

Crafting

Main article: Cooking

What it can make

Currently, cornmeal does not appear to be used in any recipes.

Distribution

Cornmeal does not currently appear to spawn naturally in-game, however its files still exist in the code as seen below.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Cornmeal
	{
	    DisplayCategory = Food,
		Weight	=	1,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Cornmeal,
		Icon	=	Cornmeal,
	}

See also