Skip to content

Commit

Permalink
version(actions@0.0.7): Fix Mithril id not being MITHRIL_ORE
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Nov 29, 2024
1 parent 71e9fc1 commit 52b7abc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions packages/actions/data/bits-crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@
]
},
{
"inputs": [{ "amount": 160, "id": "MITHRIL", "type": "item" }],
"inputs": [{ "amount": 160, "id": "MITHRIL_ORE", "type": "item" }],
"outputs": [{ "amount": 1, "id": "ENCHANTED_MITHRIL", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 64, "id": "MITHRIL", "type": "item" },
{ "amount": 64, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 64, "id": "MITHRIL_ORE", "type": "item" },
{ "amount": 64, "id": "MITHRIL_ORE", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
null,
null,
null,
Expand All @@ -197,13 +197,13 @@
{
"grid": [
null,
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
null,
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
null,
{ "amount": 32, "id": "MITHRIL", "type": "item" },
{ "amount": 32, "id": "MITHRIL_ORE", "type": "item" },
null
],
"type": "workbench"
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.6"
"version": "0.0.7"
}

0 comments on commit 52b7abc

Please sign in to comment.