Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

9mm Bullet Mold

From PZwiki
Project ZomboidItemsWeaponsFirearmsAmmo9mm Bullet Mold
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
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.
9mm Bullet Mold
ShotGunShellsMold Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Metal quantity
15
Technical
Item ID
Base.9mmBulletsMold

A 9mm bullet mold is a hidden item that can only be spawned in debug mode or by an admin in multiplayer.

Usage

It was used in the old blacksmith system many years ago. The mold has no purpose and has no crafting recipes.

History

Base.9mmBulletsMold

Version Description
Build 42.0.0 DisplayName changed from 9mm Bullets Mold to 9mm Bullet Mold.
Build 41.78 WorldStaticModel added with value ShotGunShellsMold_Ground.
Build 41.65 DisplayCategory added with value Ammo.
Build 35.25b Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_smithing.txt

Retrieved: Build 42.0.2
item 9mmBulletsMold
	{
		DisplayName = 9mm Bullet Mold,
		DisplayCategory = Ammo,
		Type = Normal,
		Weight = 0.5,
		Icon = BulletMold,
		MetalValue = 15,
		WorldStaticModel = ShotGunShellsMold_Ground,
	}

See also