Skip to content

ZenCarWorkbench

Zenarchist edited this page May 6, 2026 · 4 revisions

Source: https://github.com/ZenarchistCode/ZenCarWorkbench

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenCarWorkbench in ZenModPackConfig.json

Disabling it in my master config simply prevents the crafting recipe from working.

workbench

What Is This?

This mod adds a craftable vehicle toolbench storage item to the game.

Recipe:

Use 60 Nails on 5 Sheet Metal to craft the kit.

Use a screwdriver to de-craft the workbench back into a kit.

Crafting new kits can be disabled via ZenModPackConfig.json if you have my ZenModPack (eg. if you only want it to be purchasable from a trader).

Storage:

  • 50 slots
  • 1 tire iron
  • 1 tire repair kit
  • 1 gasoline canister
  • 1 car radiator
  • 1 car battery
  • 1 truck battery
  • 1 sledgehammer
  • 2 spark plugs
  • 1 glow plug
  • 6 rags
  • 1 pliers
  • 1 screwdriver
  • 1 wrench
  • 2 spraypaint

3D Model Credits:

The 3D models were free on Sketchfab under the CC Attribution license.

Types.xml

    <!-- Car Workbench -->
    <type name="Zen_CarWorkbench">
        <lifetime>1209600</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="Zen_CarWorkbenchKit">
        <nominal>2</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>1</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools" />
        <tag name="floor"/>
        <usage name="Industrial" />
    </type>

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally