From 581edbce98a2279c6141432ecaa9909a22938ead Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:33:13 +0100 Subject: [PATCH] version(actions@0.1.2): Fix CATALYST Recipe --- 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 1ca9f04..89e8f0b 100644 --- a/packages/actions/data/bits-crafts.json +++ b/packages/actions/data/bits-crafts.json @@ -236,21 +236,21 @@ { "inputs": [ { "amount": 1, "id": "CRYSTAL_FRAGMENT", "type": "item" }, - { "amount": 64, "id": "ENDER_STONE", "type": "item" } + { "amount": 8, "id": "ENDER_STONE", "type": "item" } ], "outputs": [{ "amount": 1, "id": "CATALYST", "type": "item" }], "place": [ { "grid": [ - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, { "amount": 1, "id": "CRYSTAL_FRAGMENT", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" }, - { "amount": 8, "id": "ENDER_STONE", "type": "item" } + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" }, + { "amount": 1, "id": "ENDER_STONE", "type": "item" } ], "type": "workbench" } diff --git a/packages/actions/package.json b/packages/actions/package.json index ba655ad..586d3d1 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.1.1" + "version": "0.1.2" }