RimWorld

RimWorld

LWM's Adaptive Deep Storage
Fix for Biotech thingDef error
I was getting a red error due to the med cabinet and food tray having line items specific to biotech. But I am not currently running biotech. To fix this just change the thingDef to
<li MayRequire="Ludeon.RimWorld.Biotech">INSERT ITEM HERE</li>
< >
Showing 1-2 of 2 comments
This fixed the issue for me too. You can find the files to update in
<your steam install>\steamapps\workshop\content\294100\3373064575
This also fixed it for me :steamhappy: Here's more detailed steps for anyone else coming across the post.



In
<your steam install>\steamapps\workshop\content\294100\3373064575\Defs\MedCab\MedCab_ThingDef.xml
replace
<li>HemogenPack</li>
with
<li MayRequire="Ludeon.RimWorld.Biotech">HemogenPack</li


In
<your steam install>\steamapps\workshop\content\294100\3373064575\Defs\TrayRack\TrayRack_ThingDef.xml
replace
<li>BabyFood</li>
with
<li MayRequire="Ludeon.RimWorld.Biotech">BabyFood</li>
Last edited by bluecloud; 5 Oct @ 8:19am
< >
Showing 1-2 of 2 comments
Per page: 1530 50