临时提交

This commit is contained in:
2025-06-22 20:39:47 +08:00
parent b3d1135e23
commit d274ae0fec
24 changed files with 603 additions and 50 deletions

View File

@ -110,6 +110,31 @@
"quantity": 2
}
]
},
{
"id": "wind_turbine_crafting",
"outputItem": "wind_turbine",
"outputQuantity": 1,
"craftingMethod": "组装",
"craftingTime": 8.0,
"ingredients": [
{
"itemId": "iron_ingot",
"quantity": 8
},
{
"itemId": "copper_ingot",
"quantity": 4
},
{
"itemId": "magnetic_coil",
"quantity": 2
},
{
"itemId": "circuit_board",
"quantity": 1
}
]
}
]
}