Skip to content

Commit

Permalink
version([email protected]): Add Glacial Scythe Recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Dec 4, 2024
1 parent e8b5e21 commit 57cbcb4
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 1 deletion.
118 changes: 118 additions & 0 deletions packages/actions/data/north-stars-crafts.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,124 @@
{
"$schema": "./$schema.json",
"actions": [
{
"inputs": [{ "amount": 160, "id": "ICE", "type": "item" }],
"outputs": [{ "amount": 1, "id": "ENCHANTED_ICE", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 64, "id": "ICE", "type": "item" },
{ "amount": 64, "id": "ICE", "type": "item" },
{ "amount": 32, "id": "ICE", "type": "item" },
null,
null,
null,
null,
null,
null
],
"type": "workbench"
},
{
"grid": [
null,
{ "amount": 32, "id": "ICE", "type": "item" },
null,
{ "amount": 32, "id": "ICE", "type": "item" },
{ "amount": 32, "id": "ICE", "type": "item" },
{ "amount": 32, "id": "ICE", "type": "item" },
null,
{ "amount": 32, "id": "ICE", "type": "item" },
null
],
"type": "workbench"
}
]
},
{
"inputs": [{ "amount": 160, "id": "ENCHANTED_ICE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "ENCHANTED_PACKED_ICE", "type": "item" }
],
"place": [
{
"grid": [
{ "amount": 64, "id": "ENCHANTED_ICE", "type": "item" },
{ "amount": 64, "id": "ENCHANTED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
null,
null,
null,
null,
null,
null
],
"type": "workbench"
},
{
"grid": [
null,
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
null,
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
null,
{ "amount": 32, "id": "ENCHANTED_ICE", "type": "item" },
null
],
"type": "workbench"
}
]
},
{
"inputs": [
{ "amount": 2, "id": "STICK", "type": "item" },
{ "amount": 64, "id": "ENCHANTED_PACKED_ICE", "type": "item" }
],
"outputs": [{ "amount": 1, "id": "FROZEN_SCYTHE", "type": "item" }],
"place": [
{
"grid": [
null,
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
null,
{ "amount": 1, "id": "STICK", "type": "item" },
null,
null,
{ "amount": 1, "id": "STICK", "type": "item" },
null
],
"type": "workbench"
}
]
},
{
"inputs": [
{ "amount": 1, "id": "FROZEN_SCYTHE", "type": "item" },
{ "amount": 192, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 40, "id": "GLACIAL_FRAGMENT", "type": "item" },
{ "amount": 64, "id": "BLUE_ICE_HUNK", "type": "item" }
],
"outputs": [{ "amount": 1, "id": "GLACIAL_SCYTHE", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 40, "id": "GLACIAL_FRAGMENT", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 1, "id": "FROZEN_SCYTHE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" },
{ "amount": 64, "id": "BLUE_ICE_HUNK", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_PACKED_ICE", "type": "item" }
],
"type": "workbench"
}
]
},
{
"inputs": [
{ "amount": 1, "id": "GLACIAL_SCYTHE", "type": "item" },
Expand Down
45 changes: 45 additions & 0 deletions packages/actions/data/wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "./$schema.json",
"actions": [
{
"inputs": [{ "amount": 1, "id": "LOG", "type": "item" }],
"outputs": [{ "amount": 4, "id": "WOOD", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 1, "id": "LOG", "type": "item" },
null,
null,
null,
null,
null,
null,
null,
null
],
"type": "workbench"
}
]
},
{
"inputs": [{ "amount": 2, "id": "WOOD", "type": "item" }],
"outputs": [{ "amount": 4, "id": "STICK", "type": "item" }],
"place": [
{
"grid": [
{ "amount": 1, "id": "WOOD", "type": "item" },
null,
null,
{ "amount": 1, "id": "WOOD", "type": "item" },
null,
null,
null,
null,
null
],
"type": "workbench"
}
]
}
]
}
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.2"
"version": "0.1.3"
}

0 comments on commit 57cbcb4

Please sign in to comment.