用户:
func.无痕查看:2 回复:5 评论:2 创建时间:2020-08-12T11:37:50
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
BSS梅者如西world.onVoxelContact(({entity , voxel}) => {
if (entity.isPlayer===true){
const a = voxels.id('carpet_08');//碰到了名字为carpet_08的方块
if (voxel==a){
world.say(entity.player.name+"到达了终点")
}; };
});点赞0
评论