临时提交
This commit is contained in:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user