26 lines
No EOL
415 B
JSON
26 lines
No EOL
415 B
JSON
{
|
|
//材料
|
|
"materials": [
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"count": 1
|
|
},
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
"count": 4
|
|
}
|
|
],
|
|
//输出结果
|
|
"result": {
|
|
//类型
|
|
"type": "attachment",
|
|
//输出物品
|
|
"id": "emxarms:sight_emx_integer"
|
|
}
|
|
} |