生产线样式,添加图标测试
This commit is contained in:
@ -12,6 +12,104 @@
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user