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

servertest.ini snippet

MaxPlayers=8
PauseEmpty=true
PVP=false

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-05-26T07:57:01.195354+00:00"
  },
  "install": {
    "requires_restart": true
  },
  "mods": [],
  "configs": {
    "servertest.ini": {
      "MaxPlayers": "8",
      "PauseEmpty": "true",
      "PVP": "false"
    }
  }
}