[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 [sbz] 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.
<surfaceType>Item</surfaceType>
If any building does not work properly with the [sbz] Workbench Shelf, it is because this node is missing.
So I added that node to these buildings, and then they work. That’s it.
[img]https://p.sda1.dev/28/5630ce41b0053a50fd44e375438bd924/2025-11-19 194821.jpg[/img]
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.
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName=" _ "]</xpath>
<value>
<surfaceType>Item</surfaceType>
</value>
</Operation>
I do not recommend patches for Impassable buildings, as it could cause strange issues.