From 5d3924a8c0ec33a68cca496131c03de5ce8150cb Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 14 Dec 2020 00:04:53 -0500 Subject: [PATCH] Remove old jobs from plant_products Identified by Quietust in #1722 --- plugins/lua/workflow.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/lua/workflow.lua b/plugins/lua/workflow.lua index b3b5d80f5..01531b8a6 100644 --- a/plugins/lua/workflow.lua +++ b/plugins/lua/workflow.lua @@ -196,10 +196,8 @@ function job_outputs.MakeCrafts(callback, job) end local plant_products = { - BrewDrink = 'DRINK', MillPlants = 'MILL', ProcessPlants = 'THREAD', - ProcessPlantsBag = 'LEAVES', ProcessPlantsBarrel = 'EXTRACT_BARREL', ProcessPlantsVial = 'EXTRACT_VIAL', ExtractFromPlants = 'EXTRACT_STILL_VIAL',