# \[.71 Experimental\] Crafting Recipe woes

**URL:** https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685
**Category:** The Garage
**Created:** [August 13, 2013, 3:07pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685 "2013-08-13T15:07:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Absalom](https://avatars.discourse-cdn.com/v4/letter/a/d2c977/32.png) [@Absalom](https://discourse.cataclysmdda.org/u/Absalom)
#### Post date: [August 13, 2013, 3:07pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/1 "2013-08-13T15:07:42Z")

</div>

Long story short, some recipes wouldn’t show up. For the life of me, I couldn’t find stone shovel or axe, and I created a test character with 6+ points in fabrication mechanics construction survival anything. Do I have to find the recipe? Disassemble something?

Does anyone else have problems with this? I google-fu’d for an hour-ish but no dice.

---

<div class="post-metadata">

### Author: ![i2amroy](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/i2amroy/32/909_2.png) [@i2amroy](https://discourse.cataclysmdda.org/u/i2amroy)
#### Post date: [August 13, 2013, 7:32pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/2 "2013-08-13T19:32:20Z")

</div>

It’s a potential problem with the new crafting system we just merged in. We’re working to fix it.

---

<div class="post-metadata">

### Author: ![Absalom](https://avatars.discourse-cdn.com/v4/letter/a/d2c977/32.png) [@Absalom](https://discourse.cataclysmdda.org/u/Absalom)
#### Post date: [August 13, 2013, 10:38pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/3 "2013-08-13T22:38:59Z")

</div>

Cool I’m glad I just didn’t miss something

---

<div class="post-metadata">

### Author: ![Clueless](https://avatars.discourse-cdn.com/v4/letter/c/35a633/32.png) [@Clueless](https://discourse.cataclysmdda.org/u/Clueless)
#### Post date: [August 14, 2013, 8:36am UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/4 "2013-08-14T08:36:48Z")

</div>

Hello!  
I had the same problem, and discovered that some recipes in “recipes.json” call for some proficiency in the skill “construction”. However, according to “skills.json”, said skill is known in the code as “carpentry”. As such, I think the game wants you to have leveled up a skill that doesn’t really exist, before letting you craft an axe or a shovel.

Changing every instance of “construction” in “recipes.json” to “carpentry” is should solve it, unless there’s some other, more serious problem at work that I’ve not run into yet.

Hope this helps!

EDIT: Also, the shelter kit repair recipe calls for “tailoring”, when it should be “tailor”.

---

<div class="post-metadata">

### Author: ![FunsizeNinja123](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/funsizeninja123/32/118_2.png) [@FunsizeNinja123](https://discourse.cataclysmdda.org/u/FunsizeNinja123)
#### Post date: [August 14, 2013, 3:39pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/5 "2013-08-14T15:39:22Z")

</div>

The time for crafting hot pants is 380 minuets.  
[size=4pt]Dont ask me why I was crafting hot pants.[/size]

---

<div class="post-metadata">

### Author: ![FunsizeNinja123](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/funsizeninja123/32/118_2.png) [@FunsizeNinja123](https://discourse.cataclysmdda.org/u/FunsizeNinja123)
#### Post date: [August 14, 2013, 4:56pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/6 "2013-08-14T16:56:51Z")

</div>

Also, the weight of heavy fletched field point arrows are freaking 149.9 lbs.

---

<div class="post-metadata">

### Author: ![Zireael](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zireael/32/956_2.png) [@Zireael](https://discourse.cataclysmdda.org/u/Zireael)
#### Post date: [August 14, 2013, 4:59pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/7 "2013-08-14T16:59:17Z")

</div>

I got upset when I saw that the waterskin recipe now calls for tailoring. Made it survival in my copy.

---

<div class="post-metadata">

### Author: ![kevin.granade](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kevin.granade/32/1316_2.png) [@kevin.granade](https://discourse.cataclysmdda.org/u/kevin.granade)
#### Post date: [August 14, 2013, 5:15pm UTC](https://discourse.cataclysmdda.org/t/71-experimental-crafting-recipe-woes/2685/8 "2013-08-14T17:15:23Z")

</div>

[quote=“Clueless, post:4, topic:2685”]Hello!  
I had the same problem, and discovered that some recipes in “recipes.json” call for some proficiency in the skill “construction”. However, according to “skills.json”, said skill is known in the code as “carpentry”. As such, I think the game wants you to have leveled up a skill that doesn’t really exist, before letting you craft an axe or a shovel.

Changing every instance of “construction” in “recipes.json” to “carpentry” is should solve it, unless there’s some other, more serious problem at work that I’ve not run into yet.

Hope this helps!

EDIT: Also, the shelter kit repair recipe calls for “tailoring”, when it should be “tailor”.[/quote]

That sounds like it’s it, thank you incredibly-poorly-named-one.

Short term, fix the names, medium term cross-check the json entities.
