@skyblock-finance/actions
Version:
This package contains actions players can take in Hypixel Skyblock
119 lines (118 loc) • 4 kB
JSON
{
"$schema": "../$schema.json",
"actions": [
{
"inputs": [
{ "amount": 1, "id": "COBBLESTONE_GENERATOR_11", "type": "item" },
{ "amount": 1024, "id": "ENCHANTED_COBBLESTONE", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "COBBLESTONE_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "OBSIDIAN_GENERATOR_11", "type": "item" },
{ "amount": 1024, "id": "ENCHANTED_OBSIDIAN", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "OBSIDIAN_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "COAL_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "ENCHANTED_COAL_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [{ "amount": 1, "id": "COAL_GENERATOR_12", "type": "item" }],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "IRON_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "ENCHANTED_IRON_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [{ "amount": 1, "id": "IRON_GENERATOR_12", "type": "item" }],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "GOLD_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "ENCHANTED_GOLD_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [{ "amount": 1, "id": "GOLD_GENERATOR_12", "type": "item" }],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "DIAMOND_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "ENCHANTED_DIAMOND_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "DIAMOND_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "LAPIS_GENERATOR_11", "type": "item" },
{ "amount": 64, "id": "ENCHANTED_LAPIS_LAZULI_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [{ "amount": 1, "id": "LAPIS_GENERATOR_12", "type": "item" }],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "EMERALD_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "ENCHANTED_EMERALD_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "EMERALD_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "REDSTONE_GENERATOR_11", "type": "item" },
{ "amount": 32, "id": "ENCHANTED_REDSTONE_BLOCK", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "REDSTONE_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "MITHRIL_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "REFINED_MITHRIL", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "MITHRIL_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
},
{
"inputs": [
{ "amount": 1, "id": "HARD_STONE_GENERATOR_11", "type": "item" },
{ "amount": 16, "id": "CONCENTRATED_STONE", "type": "item" },
{ "amount": 2000000, "id": "coin", "type": "currency" }
],
"outputs": [
{ "amount": 1, "id": "HARD_STONE_GENERATOR_12", "type": "item" }
],
"place": [{ "id": "BULVAR", "type": "npc" }]
}
]
}