diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index edfdc547..d80a1e6d 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -131,6 +131,11 @@ function read_smithery { 5, SilverIngot, 25, Coal, 1, SharpKnife); + showRecipe(CraftJustifierChest, JustifierChest, + 3, RotoniumIngot, + 40, CottonCloth, + 20, Coal, + 1, SharpKnife); return; } |