From 52b7abc78d0d4e88c4d230f6c9b265ce88040c98 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:10:00 +0100 Subject: [PATCH] version(actions@0.0.7): Fix Mithril id not being MITHRIL_ORE --- packages/actions/data/bits-crafts.json | 18 +++++++++--------- packages/actions/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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" }