[Blocks][error]-block_definitions | /storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang/development_behavior_packs/blockTest | blocks/test.json | Unexpected version for the loaded data
[Blocks][error]-block_definitions | /storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang/development_behavior_packs/blockTest | blocks/test.json | this component was found in the input, but is not present in the Schema
第一条是 Unexpected version for the loaded data,也就是“已加载数据的意外版本”,说明方块定义的版本控制方面有问题。第二条是 this component was found in the input, but is not present in the Schema,“在输入中找到了此组件,但它不在模式文档中”。这句话的意思是,我们在定义方块的时候,用到了一个组件,而游戏在校验这个组件时,发现它不是原版提供的那些组件,于是拒绝加载这个方块定义。