EMXArms/emxarms/recipes/attachments/grip_emx_double.json
Seaswimmer 88c2f1a3bb
add 1.7 files
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-22 14:54:19 -04:00

26 lines
No EOL
413 B
JSON

{
//材料
"materials": [
{
"item": {
//特定的某种材料
"item": "minecraft:redstone"
},
"count": 6
},
{
"item": {
//特定的某种材料
"item": "minecraft:iron_ingot"
},
"count": 6
}
],
//输出结果
"result": {
//类型
"type": "attachment",
//输出物品
"id": "emxarms:grip_emx_double"
}
}