Zagan
Refugee
Well I made a custom Workbench and a custom Chemistry Station. This is the problem though - I can't get this ui_display.xml to work and put in the stuff in the left pane. Like the sorting icons, the 5 Queue slots (I only have 4) and the word "CHEMISTRY" on the top of the pane.
I've been in the discord channel but it seems people are too busy or just don't know exactly how to do this. They said I had to append the ui_display.xml but aren't quite sure how. I have this so far...
But it's not working. I don't think it's going to help me get the 5 queue slots either. Any help would be appreciated.

I've been in the discord channel but it seems people are too busy or just don't know exactly how to do this. They said I had to append the ui_display.xml but aren't quite sure how. I have this so far...
Code:
<config>
<append xpath="/ui_display">
<crafting_category_list display_type="miniChemistryStation">
<crafting_category name="Chemicals" icon="ui_game_symbol_chemistry" display_name="lblCategoryChemicals" />
<crafting_category name="Medical" icon="ui_game_symbol_medical" display_name="lblCategoryMedicine" />
</crafting_category_list>
</append>
</config>
