简介
《我的世界》小木斧指令表
在《我的世界》中,小木斧是一种最初级的工具,用于砍伐树木。通过使用指令,玩家可以获得具有各种属性的小木斧,包括耐久度、挖掘速度和附魔。本文提供了一个指令表,列出了所有可以用于修改小木斧属性的指令。
基本指令
`/give @p wooden_axe [数量]`:给予玩家指定数量的小木斧。 `/replaceitem entity @p slot.weapon.mainhand wooden_axe [数量]`:将玩家主手武器栏中的物品替换为小木斧。
修改属性
`/attribute @e[type=minecraft:item,nbt={tag:{Unbreakable:1b}}] generic.maxHealth 1000000`:设置小木斧的耐久度为 1000000。 `/attribute @e[type=minecraft:item,nbt={tag:{MiningSpeedModifier:0.1}}] generic.attackSpeed 1.1`:将小木斧的挖掘速度提高 10%。 `/effect give @e[type=minecraft:item,nbt={tag:{CustomPotionEffects:[{Id:9,Amplifier:1,Duration:100000}]}}] potion_effects 100000`:为小木斧添加“力量”附魔 I,持续时间为 100000 秒。
具体示例
`/give @p wooden_axe 1 {Unbreakable:1b,MiningSpeedModifier:0.1,CustomPotionEffects:[{Id:9,Amplifier:1,Duration:100000}]}`:给予玩家一个小木斧,耐久度为 1000000,挖掘速度提高 10%,附有“力量”附魔 I。 `/replaceitem entity @p slot.weapon.mainhand wooden_axe 1 {Unbreakable:1b,MiningSpeedModifier:0.2,CustomPotionEffects:[{Id:12,Amplifier:2,Duration:100000}]}`:将玩家主手武器栏中的物品替换为一个小木斧,耐久度为 1000000,挖掘速度提高 20%,附有“跳跃强化”附魔 II。
注意
版权声明:本文内容由互联。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发 836084111@qq.com 邮箱删除。