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]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for build 42.
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