Files
netease-bedrock-wiki/mcguide/20-玩法开发/15-自定义游戏内容/2-自定义方块/8-常见报错.md
2025-08-25 18:36:29 +08:00

15 lines
273 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
front:
hard: 入门
time: 分钟
---
# 常见报错
1. JSON: xxx has an error
一般为json格式有问题可以检查一下逗号是否漏写或多写括号是否对应。
下图为多写逗号的报错:
![error-1](./picture/customblock/error-1.png)