UNPKG

@skyblock-finance/actions

Version:

This package contains actions players can take in Hypixel Skyblock

96 lines (95 loc) 2.82 kB
{ "$schema": "../$schema.json", "actions": [ { "inputs": [{ "amount": 9, "id": "DIAMOND", "type": "item" }], "outputs": [{ "amount": 1, "id": "DIAMOND_BLOCK", "type": "item" }], "place": [ { "grid": [ { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" }, { "amount": 1, "id": "DIAMOND", "type": "item" } ], "type": "workbench" } ] }, { "inputs": [{ "amount": 160, "id": "DIAMOND", "type": "item" }], "outputs": [{ "amount": 1, "id": "ENCHANTED_DIAMOND", "type": "item" }], "place": [ { "grid": [ { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, null, null, null, null ], "type": "workbench" }, { "grid": [ null, { "amount": 32, "id": "DIAMOND", "type": "item" }, null, { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, { "amount": 32, "id": "DIAMOND", "type": "item" }, null, { "amount": 32, "id": "DIAMOND", "type": "item" }, null ], "type": "workbench" } ] }, { "inputs": [{ "amount": 160, "id": "ENCHANTED_DIAMOND", "type": "item" }], "outputs": [ { "amount": 1, "id": "ENCHANTED_DIAMOND_BLOCK", "type": "item" } ], "place": [ { "grid": [ { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, null, null, null, null ], "type": "workbench" }, { "grid": [ null, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, null, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, null, { "amount": 32, "id": "ENCHANTED_DIAMOND", "type": "item" }, null ], "type": "workbench" } ] } ] }