Skip to content

Commit

Permalink
version([email protected]): Add Coal Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Oct 27, 2024
1 parent 20f421e commit 0124d69
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions packages/actions/data/bits-crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,40 @@
}
]
},
{
"inputs": [{ "amount": 160, "id": "COAL", "type": "item" }],
"outputs": [{ "amount": 1, "id": "ENCHANTED_COAL", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 64, "id": "COAL", "type": "item" },
{ "amount": 64, "id": "COAL", "type": "item" },
{ "amount": 32, "id": "COAL", "type": "item" },
null,
null,
null,
null,
null,
null
],
"type": "workbench"
},
{
"grid": [
null,
{ "amount": 32, "id": "COAL", "type": "item" },
null,
{ "amount": 32, "id": "COAL", "type": "item" },
{ "amount": 32, "id": "COAL", "type": "item" },
{ "amount": 32, "id": "COAL", "type": "item" },
null,
{ "amount": 32, "id": "COAL", "type": "item" },
null
],
"type": "workbench"
}
]
},
{
"inputs": [{ "amount": 160, "id": "ENCHANTED_COAL", "type": "item" }],
"outputs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.0.3"
"version": "0.0.4"
}

0 comments on commit 0124d69

Please sign in to comment.