生产线样式,添加图标测试

This commit is contained in:
2025-06-19 00:02:41 +08:00
parent 50dc434ed9
commit b3d1135e23
23 changed files with 868 additions and 384 deletions

View File

@ -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
}
]
}
]
}