我做了一个数据包。我想替换香草中的一些手工食谱。只有一个被窃听,我不明白为什么。名称正确,目录正确。
这是.json文件:
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CCC"
"CSC",
"CRC"
],
"key": {
"C": {
"item": "minecraft:cobblestone"
},
"S": {
"item": "minecraft:string"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:dispenser",
"count": 1
}
}
JSON文件是否存在错误?