猫史档案馆


【求助】为什么穿戴代码不起作用?

用户:一剑飙血喽一剑飙血喽查看:0 回复:1 评论:0 创建时间:2022-04-03T08:37:53


imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%BA%9C%E4%BA%86%E6%BA%9C%E4%BA%86.gif"alt="emotion_编程猫_溜了溜了"求各位大佬 world.onPlayerJoin(({entity})=>{ entity.player.addWearable({ bodyPart:Box3BodyPart.TORSO, mesh:'mesh/虎年书包.vb', orientation:newBox3Quaternion(0,10,0).rotateY(Math.PI/18), offset:newBox3Vector3(0,0.4,0.1), }); });


回复

上一页1 页 / 共 1下一页
清蒸鲈鱼清蒸鲈鱼

entity.player.a喵Wearable({
        bodyPart: Box3BodyPart.TORSO,
        mesh: 'mesh/虎年书包.vb',
        orientation: new Box3Quaternion(0, 10, 0, 0).rotateY(-Math.PI / 18),
        offset: new Box3Vector3(0,0.4,0.1),

})

点赞1


评论