diff --git a/data/mods/CRT_EXPANSION/items/crt_recipes.json b/data/mods/CRT_EXPANSION/items/crt_recipes.json index 1c5a6ff7b3f8e..7180d45631106 100644 --- a/data/mods/CRT_EXPANSION/items/crt_recipes.json +++ b/data/mods/CRT_EXPANSION/items/crt_recipes.json @@ -15,5 +15,16 @@ "type": "uncraft", "time": 300, "components": [ [ [ "withered", 3 ] ] ] + }, + { + "result": "crt_plant_tunic", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_OTHER_OTHER", + "skill_used": "survival", + "difficulty": 1, + "time": 1000, + "autolearn": true, + "components": [ [ [ "withered_bundle", 20 ] ] ] } ]