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" }