@skyblock-finance/actions
Version:
This package contains actions players can take in Hypixel Skyblock
46 lines (45 loc) • 812 B
JSON
{
"$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"
}
]
}
]
}