最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

『KubeJS入門教程』修改你的工具/武器/盔甲屬性 | 我的世界 Min...

2023-03-02 02:43 作者:LoseWithin  | 我要投稿


onEvent("item.modification", event => {


??//Supports any tool that has a damage, like shovel, pickaxe

??event.modify("diamond_sword", modification => {

????modification.setAttackDamage(1000)

????????//Note that bare hand speed is 4, you need to add?

????????//a negative number to make it lower.

????modification.setAttackSpeed(0.1)

??})


??//Only supports pickaxe, hoe, axe, etc.

??event.modify("diamond_shovel", modification => {

????modification.setDigSpeed(1000)

??})


??//Only supports armor

??event.modify("diamond_chestplate", modification => {

????modification.setArmorProtection(1)

????modification.setArmorToughness(10)

????modification.setArmorKnockbackResistance(2)

??})


??/**

???* Generic attribute modification supports any tool / armor(but not any item),

???* and addition/removal of any attribute.

???* Adding attributes to different items with same UUID can cause problems,

???* as attributes are removed/added by UUID in Mojang code.?

???*/

??event.modify(["diamond_chestplate", "diamond_axe"], modification => {

????modification.addAttribute("minecraft:generic.movement_speed", "d685b34c-8e34-4f4c-be7a-3e306e6656ee", "Sus speed", 1, "addition")

????modification.addAttribute("forge:entity_gravity", "1f12ad16-2bc8-40c1-952d-19412bb666ac", "Sus gravity", 20, "multiply_total")

??})

})

『KubeJS入門教程』修改你的工具/武器/盔甲屬性 | 我的世界 Min...的評論 (共 條)

分享到微博請遵守國家法律
荣昌县| 金塔县| 鹰潭市| 桃园县| 乐安县| 甘肃省| 虞城县| 哈巴河县| 葫芦岛市| 志丹县| 七台河市| 兴山县| 宁南县| 湟源县| 赤城县| 辽宁省| 长丰县| 新郑市| 宝丰县| 揭阳市| 都匀市| 麻栗坡县| 平凉市| 墨玉县| 伊宁县| 宕昌县| 高雄市| 新绛县| 吕梁市| 同江市| 大宁县| 玉屏| 浪卡子县| 渭南市| 攀枝花市| 乐昌市| 鲁山县| 于都县| 四子王旗| 石柱| 凌云县|