RimWorld

RimWorld

Storage Bins
Small Patch to add building command suggestions for bins to shelves.
<Patch> <Operation Class="PatchOperationAdd"> <xpath>Defs/ThingDef[defName="Shelf" or defName="ShelfSmall"]/building/relatedBuildCommands</xpath> <value> <li>StorageBin</li> <li>SmallStorageBin</li> </value> </Operation> </Patch>

I also suggest adding the tag to your bins so they suggest the smaller/bigger version of the storage bin as well as the vanilla shelves, since they mesh so nicely.

<building> <relatedBuildCommands> <li>SmallStorageBin</li> <!-- StorageBin here instead if adding to the Small Storage Bin --> <li>Shelf</li> <li>SmallShelf</li> </relatedBuildCommands> </building>

I really like your mod I just think this makes it even more convenient to use. :steamthumbsup:
Last edited by Skye is a nerd; 10 Dec, 2023 @ 5:30pm