|
|
@ -196,10 +196,8 @@ function job_outputs.MakeCrafts(callback, job)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
local plant_products = {
|
|
|
|
local plant_products = {
|
|
|
|
BrewDrink = 'DRINK',
|
|
|
|
|
|
|
|
MillPlants = 'MILL',
|
|
|
|
MillPlants = 'MILL',
|
|
|
|
ProcessPlants = 'THREAD',
|
|
|
|
ProcessPlants = 'THREAD',
|
|
|
|
ProcessPlantsBag = 'LEAVES',
|
|
|
|
|
|
|
|
ProcessPlantsBarrel = 'EXTRACT_BARREL',
|
|
|
|
ProcessPlantsBarrel = 'EXTRACT_BARREL',
|
|
|
|
ProcessPlantsVial = 'EXTRACT_VIAL',
|
|
|
|
ProcessPlantsVial = 'EXTRACT_VIAL',
|
|
|
|
ExtractFromPlants = 'EXTRACT_STILL_VIAL',
|
|
|
|
ExtractFromPlants = 'EXTRACT_STILL_VIAL',
|
|
|
|