Skip to content

ZenBookshelf

Zenarchist edited this page Jun 4, 2026 · 2 revisions

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

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

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

image

What Is This?

This mod adds a craftable bookshelf storage item to the game.

Recipe:

Use 99 Nails on 10 Wooden Planks to craft the kit.

Use a screwdriver to de-craft the shelf 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:

  • 64 Books
  • 3 teddy bears

3D Model Credits:

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

Types.xml

	<!-- Bookshelf -->
	<type name="Zen_Bookshelf">
        <lifetime>604800</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_BookshelfKit">
		<nominal>0</nominal>
		<lifetime>14400</lifetime>
		<restock>0</restock>
		<min>0</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