• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Custom Crafting station troubles

drex87

Refugee
Hello, I am working on a mod to add in custom crafting stations for certain existing recipes and new recipes.

Having a hard time figuring out how to add the (1)category sorting buttons to my station and how to add an (2)icon for the crafting station.

6d442d946628329a89b1360dc7bec2d7.png


I have my recipes in the custom crafting station but the (1)sorting buttons are not there and I do not know how to change the (2) icon to be the proper station

Here is an example of what it looks like in the custom crafting station.
c0828b41ccccb656ad943c484d1430a7.png


I assume for problem 1 I am making an error with my xpath 

in my ui_display file I have the following
 

Code:
<append xpath="/ui_display">
	<crafting_category_list display_type="medStation">
		<crafting_category name="Medical" icon="ui_game_symbol_medical" display_name="lblCategoryMedicine" />
	</crafting_category_list>
 
Back
Top