Skip to content

Commit

Permalink
version([email protected]): Fix CATALYST Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Dec 4, 2024
1 parent f142871 commit 581edbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions packages/actions/data/bits-crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.1.1"
"version": "0.1.2"
}

0 comments on commit 581edbc

Please sign in to comment.