blob: c8ea8363ef2285888116e42bb6d03823d29df272 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
id: construct_wooden_shelf
type: construction
level: 4
xp: 20
wait: 6
station: [workbench]
consume:
- items: [planks]
quantity: 2
output: wooden_shelf
message: "You assemble the planks into a wooden shelf."
|