Init
This commit is contained in:
17
data/config/crafting_recipes.json
Normal file
17
data/config/crafting_recipes.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"recipes": [
|
||||
{
|
||||
"id": "iron_ingot_smelting",
|
||||
"outputItem": "iron_ingot",
|
||||
"outputQuantity": 1,
|
||||
"craftingMethod": "冶炼",
|
||||
"craftingTime": 1.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"itemId": "iron_ore",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user