I am currently struggling with something, I am not sure if it is possible at all. I want my potter to create a workbench, wich in turn is later used by the blacksmith. Is this possible at all? In all my tests, the potter created it, I placed it, but the blacksmith (precisely, his recipe) cant find it. In the crafting screen, it still says that a required workbench thingy is missing.
Anyone willing to point me in the correct direction - or crushing my ideas by telling me, it’s impossible?
Thanks, @Relyss and @BrunoSupremo. I am pretty sure I did set all the aliases correctly. But I will look into my code once again.
The part in my furnace.json looks like this:
“stonehearth:workshop”: {
“job_alias”: “stonehearth:jobs:blacksmith”,
“workshop_effect”: “file(/data/rigs/furnace/effects/work.json)”
At least, noone told me that it isn’t possible at all.
Edit: Eureka! It does work now. Turned out, there was a typo in one of my manifest aliases. A semicolon had ninjad in, where a colon should have been… From now on, I will review all my code at 200% fontsize…