Zen's Tire Rack - ZenarchistCode/ZenModPack GitHub Wiki

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.

Master Config

To disable this mod's crafting recipe set "ZenTireRack": 0 in %server_profile/Zenarchist/ZenModPackConfig.json

Types.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>
⚠️ **GitHub.com Fallback** ⚠️