diff --git a/packages/actions/data/bits-crafts.json b/packages/actions/data/bits-crafts.json index dfc4b65..1ca9f04 100644 --- a/packages/actions/data/bits-crafts.json +++ b/packages/actions/data/bits-crafts.json @@ -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, @@ -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" diff --git a/packages/actions/package.json b/packages/actions/package.json index 52a990b..5dd336e 100644 --- a/packages/actions/package.json +++ b/packages/actions/package.json @@ -42,5 +42,5 @@ "sideEffects": false, "type": "commonjs", "types": "dist/index.d.ts", - "version": "0.0.6" + "version": "0.0.7" }