Skip to content

Commit

Permalink
fix: beehives actually craftable (#5487)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 2, 2024
1 parent 9081fe7 commit 2930e1c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3024,5 +3024,19 @@
{ "id": "SCREW_FINE", "level": 1 }
],
"components": [ [ [ "steel_tiny", 1, "LIST" ] ], [ [ "clockworks", 1 ] ] ]
},
{
"type": "recipe",
"result": "beehive_empty",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 4,
"skills_required": [ "survival", 3 ],
"time": "10 m",
"autolearn": true,
"book_learn": [ [ "textbook_fabrication", 4 ], [ "atomic_survival", 3 ], [ "survival_book", 3 ] ],
"using": [ [ "wood_structural", 8 ], [ "nail_glue", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 1 } ]
}
]

0 comments on commit 2930e1c

Please sign in to comment.