From 0124d6983cd709510f76dee79b7fb9efe74e8766 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:54:03 +0100 Subject: [PATCH] version(actions@0.0.4): Add Coal Recipe --- packages/actions/data/bits-crafts.json | 34 ++++++++++++++++++++++++++ packages/actions/package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/packages/actions/data/bits-crafts.json b/packages/actions/data/bits-crafts.json index 77ea747..d463e18 100644 --- a/packages/actions/data/bits-crafts.json +++ b/packages/actions/data/bits-crafts.json @@ -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": [ diff --git a/packages/actions/package.json b/packages/actions/package.json index 6cce405..b4d8bca 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.3" + "version": "0.0.4" }