Project Zomboid

Project Zomboid

321 ratings
[B42] Craft Clay
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.732 MB
5 Jan @ 5:53am
15 Feb @ 11:06am
13 Change Notes ( view )

Subscribe to download
[B42] Craft Clay

In 1 collection by ProduktFrosch
Schöner sterben - Mods für den Zombie-Luxus
448 items
Description
Tired of constantly searching for clay in the world of Project Zomboid? 🌍 [B42] Craft Clay offers a solution by allowing you to craft your own clay – using a water container, a bag of dirt, and a sieve. This mod expands your crafting possibilities and provides a reliable way to obtain clay without relying on random world spawns. 🧱

Features:
  • Clay Crafting: Combine a water container, a bag of dirt, and a sieve to create clay through simple crafting recipes. 🛠️
  • Expanded Crafting Recipes: Use the crafted clay to make bricks, pottery, and other useful survival items. 🔨
  • Survival Aid: Create clay anywhere, especially in areas where it's hard to find, and enhance your crafting potential. 🗺️
  • Multilingual Support: [B42] Craft Clay is available in all languages supported by Project Zomboid. 🌐

Why choose [B42] Craft Clay?
This mod is perfect for players who want more control over their crafting resources. By utilizing a water container, a bag of dirt, and a sieve, it increases immersion while eliminating the reliance on random world generation. 🚧

Compatibility:
  • Compatible with the latest version of Project Zomboid.
  • Works with most other mods; please report any conflicts for future updates.
Note: The mods I create are based on personal needs, discoveries, or requests from friends. Any similarities with other mods are purely coincidental, as I exclusively use my own creations. I value your feedback! Share your suggestions or issues in the comments, and let's make [B42] Craft Clay an essential part of your survival journey. New content will be added based on community feedback. 📝
Get ready to craft your own clay and enhance your survival experience with [B42] Craft Clay! 🌟

Workshop ID: 3401152130
Mod ID: CraftClay
109 Comments
ProduktFrosch  [author] 27 Sep @ 12:27am 
IMPORTANT NOTE
Many thanks to everyone, I really appreciate your support!❤️
All mods will be updated as soon as the multiplayer mode for B42 is released.

Thank you for your understanding.🤟
galkinzhenia 25 Sep @ 9:40pm 
Проверте на совместимость 42.12
Omar Gili Manbo 22 Sep @ 3:03am 
It’s a great mod, but there are a few issues with the file identifiers for localized languages, which cause the localization to fail.
The identifier for Simplified Chinese should be "CN" instead of "ZH_CN", and the identifier for Traditional Chinese should be "CH" instead of "ZH_TW".
I hope the mod author can correct these identifiers.
Massikommunikatsioon 10 Sep @ 11:00am 
@Lasey Because this was made and last updated before it was a part of the game...
Lasey 18 Aug @ 6:18am 
We can already make clay in the game, so why is there this mode?
sneck 21 Jun @ 2:05pm 
que la probabilidad de reciclado escale con el nivel de pottery
sneck 21 Jun @ 2:03pm 
estaría bueno poder tener la oportunidad de reciclar los elementos de arcilla que aun no fueron cocinados
ProduktFrosch  [author] 28 May @ 12:44pm 
Awesome, as soon as I'll find time, there surely will come a small patch with your additions, well done mate!
MechaDoc 26 May @ 11:11pm 
added the buckets and changed the water to 2.5L so here you go:

steamlibrary\steamapps\workshop\content\108600\3401152130\mods\[B42] Craft Clay\42.0\media\scripts\recipes

and change CC_recipes_clay.txt with this:

module Base
{
craftRecipe CreateClay {
time = 120,
timedAction = Making,
Tags = InHandCraft;Pottery,
xpAward = Pottery:2,
category = ExtraCraft,
inputs
{
item 1 [Base.Bucket;Base.BucketEmpty;Base.PaintbucketEmpty;Base.BucketForged;Base.Pot;farming.WateredCan;Base.BucketLargeWood;Base.BucketCarved] mode:keep,
-fluid 2.5 [Water;TaintedWater],
item 1 [Base.Dirtbag],
item 1 [Base.Strainer] mode:keep,
}
outputs
{
item 2 Base.Clay,
} }
}
MechaDoc 26 May @ 10:57pm 
its literally 2 line addition bruv
did it myself in 2 minutes xD