diff options
Diffstat (limited to 'data/recipes/construction/construct_wooden_table.yaml')
| -rw-r--r-- | data/recipes/construction/construct_wooden_table.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/recipes/construction/construct_wooden_table.yaml b/data/recipes/construction/construct_wooden_table.yaml new file mode 100644 index 0000000..21d6c53 --- /dev/null +++ b/data/recipes/construction/construct_wooden_table.yaml @@ -0,0 +1,11 @@ +id: construct_wooden_table +type: construction +level: 6 +xp: 25 +wait: 6 +station: [workbench] +consume: + - items: [planks] + quantity: 3 +output: wooden_table +message: "You build a sturdy wooden table." |
