minver=118|priority=-110
; Don't touch the first line if you have no idea what it is!

; If you want to add a new filter, say you already have a custom workbench using "New Workbench Essential Framework" and want to port it over:
; 1. Add a keyword in esm, say MyMod.esm~123 (or the workbench keyword you are using in OMOD, but cannot be Starfield.esm~AA209 WorkbenchIndustrialKeyword)
; 2. Add a message in esm, say MyMod.esm~456 ,its full name will be used for workbench activator label ("Craft MyMod items")
; 3. Change the following to match your filename and forms

[FormList]
; Add your filter keyword
WorkbenchFilterFramework.esm~801|add(MyMod.esm~123)
; Add your filter name
WorkbenchFilterFramework.esm~802|add(MyMod.esm~456)

﻿[Message]
; Add your filter name as a menu option (will replace filter cycling in the future, so don't skip this)
; Don't forget to change the label surrounded by quotes!
WorkbenchFilterFramework.esm~8FF|add_but("Craft MyMod items":~) 

; 4. If your COBJ is not using the new filter as workbench keyword, follow the patch template and add them under the new filter.

;========================================
;Rename this file when publishing! Give it some unique elements, say author name and mod name, or it could conflict with other patches that didn't bother renaming!
;========================================