Mod «dane's Library» for Project Zomboid

0
52

This is a dependency mod for other mods and does not function on its own. If another mod lists this as a required item, enable this library alongside it.

Features:

  • B42 Craft Recipe Hiding API

For Modders:

Use the following code to hide recipes:

    1. require "daneLibrary_Recipes"
    1. daneLibrary.Recipes.hide("CraftRecipeID")
    1. daneLibrary.Recipes.hideMany("CraftRecipeID", "AnotherCraftRecipeID")

The recipe ID corresponds to the name from the B42 craftRecipe (e.g., for

  1. craftRecipe CraftTwine
, use
  1. daneLibrary.Recipes.hide("CraftTwine")
).

Technical Information:

  • Workshop ID: 3715021740
  • Mod ID: daneLibrary

Version 27.04.2026: Download

Tested on
Project Zomboid
  • Build 42
No comments yet. Be the first to add a comment!