Hi, I have the same problem. I don't know how to put the armor refiner npc. I would appreciate if someone can tell me with what command or how it is done. Thank you
 
Thanks for answering. I have tried what you told me but it did not work. The weird thing is that it doesn't take it as an invalid type, but it doesn't create any npc.
 
The constructor requires a RefinementCraftType.

For example,
Code:
[add armorrefiner blacksmith

should work. The valid types are blacksmith, tailor, carpenter.
 
Back