115 lines
2.3 KiB
JSON
115 lines
2.3 KiB
JSON
{
|
|
"recipes": [
|
|
{
|
|
"id": "iron_ingot_smelting",
|
|
"outputItem": "iron_ingot",
|
|
"outputQuantity": 1,
|
|
"craftingMethod": "冶炼",
|
|
"craftingTime": 1.0,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "iron_ore",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "copper_ingot_smelting",
|
|
"outputItem": "copper_ingot",
|
|
"outputQuantity": 1,
|
|
"craftingMethod": "冶炼",
|
|
"craftingTime": 1.0,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "copper_ore",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "magnet_crafting",
|
|
"outputItem": "magnet",
|
|
"outputQuantity": 1,
|
|
"craftingMethod": "制作",
|
|
"craftingTime": 1.5,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "iron_ore",
|
|
"quantity": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gear_crafting",
|
|
"outputItem": "gear",
|
|
"outputQuantity": 1,
|
|
"craftingMethod": "制作",
|
|
"craftingTime": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "iron_ingot",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "magnetic_coil_crafting",
|
|
"outputItem": "magnetic_coil",
|
|
"outputQuantity": 2,
|
|
"craftingMethod": "制作",
|
|
"craftingTime": 3.0,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "magnet",
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"itemId": "copper_ingot",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "circuit_board_crafting",
|
|
"outputItem": "circuit_board",
|
|
"outputQuantity": 2,
|
|
"craftingMethod": "制作",
|
|
"craftingTime": 2.5,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "iron_ingot",
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"itemId": "copper_ingot",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "miner_crafting",
|
|
"outputItem": "miner",
|
|
"outputQuantity": 1,
|
|
"craftingMethod": "组装",
|
|
"craftingTime": 8.0,
|
|
"ingredients": [
|
|
{
|
|
"itemId": "iron_ingot",
|
|
"quantity": 4
|
|
},
|
|
{
|
|
"itemId": "circuit_board",
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"itemId": "magnetic_coil",
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"itemId": "gear",
|
|
"quantity": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |