Skip to content

ZenTireRack

Zenarchist edited this page May 6, 2026 · 2 revisions

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

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

download

What Is This?

This mod adds a craftable tire rack to the game. Use 30 nails on 1 sheet metal to make a tire rack.

The tire rack stores 8 wheels (all vanilla wheels except for double truck wheels as they're massive), a tire iron, a tire repair kit and a gasoline canister.

Types.xml

<types>
    <!-- Tire rack -->
    <type name="Zen_TireRack">
        <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>
</types>

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