// Storage · RimWorld Mod
[XGG]Patches For [sbz] Workbench Shelf
Description This simple XML patch modifies many (not all) buildings from core, DLC, and other mods so that when a Workbench Shelf's Shelf is placed on top of these buildings, items can be stored correctly.
Description
This simple XML patch modifies many (not all) buildings from core, DLC, and other mods so that when a Workbench Shelf's Shelf is placed on top of these buildings, items can be stored correctly.Details
There is a node, which allows items to be placed on the surface of a building. Item
If any building does not work properly with the Workbench Shelf, it is because this node is missing.
So I added that node to these buildings, and then they work. That’s it.
I have patched some buildings in the following packs:
Core
Ideology
Biotech
Odyssey
Vanilla Furniture Expanded
Vanilla Furniture Expanded - Production
Research Data
Note
If I haven’t patched a building you want, and you can’t wait for me to update, you can copy and paste the simple code lines below, then replace _ with the defname of the building you need.
Defs/ThingDef
Item
I do not recommend patches for Impassable buildings, as it could cause strange issues.