猫史档案馆


谁会做跳跃加成的彩蛋

用户:洁15洁15查看:0 回复:3 评论:0 创建时间:2020-09-06T09:52:43


如上             


回复

上一页1 页 / 共 1下一页
Architect_皮卡awaArchitect_皮卡awa

我awaemotion_编程猫_翻白眼

点赞0


评论


AbnormalLOGAbnormalLOG

e.onEntityContact(({other,entity}) => {
    if (other.isPlayer) {
        if (entity.hasTag('呕')) {
            other.player.jumpAccelerationFactor=1
        }
    }
})

如果有屏蔽词,喵=nc

点赞0


评论


AbnormalLOGAbnormalLOG

world.onEntityContact(({other,entity}) => {
    if (other.isPlayer) {
        if (entity.hasTag('呕')) {
            other.player.jumpAccelerationFactor=1
        }
    }
})

点赞0


评论