Skip to content

Commit

Permalink
Add moon tear ingot recipe (#71745)
Browse files Browse the repository at this point in the history
* Add moon tear ingot recipe

* I can't count
  • Loading branch information
Milopetilo authored Feb 14, 2024
1 parent 1ae123d commit 74e74cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/mods/Xedra_Evolved/recipes/blacksmithing.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,19 @@
[ [ "wire_draw_machine", 100 ] ]
],
"components": [ [ [ "moon_tear_ingot", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "moon_tear_ingot",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 2,
"time": "30 m",
"autolearn": true,
"using": [ [ "forging_standard", 1 ], [ "bronzesmithing_tools", 1 ] ],
"tools": [ [ [ "casting_mold", -1 ] ] ],
"components": [ [ [ "scrap_moon_tears", 140 ] ] ]
}
]

0 comments on commit 74e74cf

Please sign in to comment.