Skip to content

Commit

Permalink
version([email protected]): Fix Ultimate Carrot Candy Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Nov 22, 2024
1 parent 8b7dc2d commit 71e9fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/actions/data/bits-crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
{ "amount": 1, "id": "ULTIMATE_CARROT_CANDY_UPGRADE", "type": "item" }
],
"outputs": [
{ "amount": 1, "id": "ULTIMATE_CARROT_CANDY", "type": "item" }
{ "amount": 10, "id": "ULTIMATE_CARROT_CANDY", "type": "item" }
],
"place": [
{
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.0.5"
"version": "0.0.6"
}

0 comments on commit 71e9fc1

Please sign in to comment.