Web Analytics Made Easy - Statcounter

Tools / Project Zomboid Recipes / B42 Essentials Modpack (Steam Workshop Collection)

B42 Essentials Modpack (Steam Workshop Collection)

Based on the popular 'B42 Essential Mods' Steam Workshop collection. Use the Workshop Importer to convert it into ready-to-paste config lines.

working · Project Zomboid 42 · verified 2026-05-25 · modded, build-42, essentials

Steam Workshop source

Based on this Steam Workshop collection (ID 3725160942).

Run this collection through the Workshop Importer

Deployable config

[servertest.ini]
MaxPlayers=8
PauseEmpty=true
PVP=false
Download serverpack.json Host this preset

Install steps

  1. Download the generated serverpack.json for a portable copy of this preset.
  2. Copy the config values above into the matching dedicated-server config file.
  3. Restart the server and test a fresh connection before inviting players.

Notes

  • Run the source collection through the Workshop Importer to get exact WorkshopItems= and Mods= lines.
  • Popular collections update frequently. Verify the collection is current before deploying.
  • Some essentials are client-only and shouldn't end up in the server's Mods= line. The importer flags these.

serverpack.json

{
  "schema_version": "0.2",
  "game": "project-zomboid",
  "game_version": "42",
  "source": {
    "kind": "steam_workshop_collection",
    "id": "3725160942",
    "url": "https://steamcommunity.com/sharedfiles/filedetails/?id=3725160942"
  },
  "compat": {
    "min_game_version": "42",
    "max_game_version": null
  },
  "provenance": {
    "tool": "recipe:b42-essentials",
    "generated_by": "tools.supercraft.host",
    "generated_at": "2026-07-10T09:14:38.241784+00:00"
  },
  "install": {
    "requires_restart": true
  },
  "mods": [],
  "configs": {
    "servertest.ini": {
      "MaxPlayers": "8",
      "PauseEmpty": "true",
      "PVP": "false"
    }
  }
}