WBI OmniConverters (also used in Sterling Systems) have a definition like this:
OMNICONVERTER:NEEDS[CommunityResourcePack]
{
TechRequired = fieldScience
ConverterName = Uranium Refiner
...
INPUT_RESOURCE
{
ResourceName = Uraninite
Ratio = 0.0015
FlowMode = ALL_VESSEL
}
OUTPUT_RESOURCE
{
ResourceName = EnrichedUranium
Ratio = 0.001
DumpExcess = false
FlowMode = ALL_VESSEL
}
}
The TechRequired field handles the converters getting unlocked, but these aren't being patched by GPTT right now. As a result, you can't use any of them.
I tried creating an MM patch for this myself, but I'm not very familiar with the details of ModuleManager and I couldn't get it to pick up the change. My current workaround is to manually go into the OmniConverter def files and change TechRequired to gptt_lostandfound, but that's obviously not an ideal solution.
WBI OmniConverters (also used in Sterling Systems) have a definition like this:
The TechRequired field handles the converters getting unlocked, but these aren't being patched by GPTT right now. As a result, you can't use any of them.
I tried creating an MM patch for this myself, but I'm not very familiar with the details of ModuleManager and I couldn't get it to pick up the change. My current workaround is to manually go into the OmniConverter def files and change TechRequired to gptt_lostandfound, but that's obviously not an ideal solution.