Container_Greenhouse.cfg, CTT & USI-LS
Cooper42 opened this issue ยท 2 comments
Currently the CTT support for this part is overridden by the USI-LS support for this part. Which leads to it being placed in Survivability, but the USI-LS patch for CTT puts its earliest greenhouse in Hydroponics.
USI-LS also puts the smallest Mulch & Fertilizer storage behind Hydroponics, so currently this means this mod allows for Mulch, Fertilizer & Greenhouse by Storage Tech, before USI-LS intends it when using CTT.
I would suggest the easiest solution, as there's probably . reason for the current order, is to simply add the following to the very end of Container_Greenhouse.cfg:
//------------------USI-LS & COMMUNITY TECHTREE-------------------------
@PART[KKAOSS_LS_container_greenhouse]:FOR[PlanetarySurfaceStructures]:NEEDS[CommunityTechTree&USILifeSupport]
{
@TechRequired = hydroponics
}
Fixed with 2d0caa3