下面是我闲的没事搞的32k盒子,注意一定要在enchantment.level(附魔等级)的上限是2147483647(2^31-1)的版本(如,Minecraft 1.16.5)使用,不然enchantment.level.2147483647就会变成你当前使用的版本的上限。此外,这条指令不能在Minecraft旧版本打开(如,Minecraft 1.12),因为语法不通用。 注:下面的盒子都套了一个木桶,因...
Enchantment Resource location Aqua Affinity aqua_affinity Bane of Arthropods bane_of_arthropods Curse of Binding binding_curse Blast Protection blast_protection Channeling channeling Depth Strider depth_strider Efficiency efficiency Feather Falling feather_falling Fire Aspect fire_aspect Fire ...
ArmorAll = 0 ArmorFire = 1 ArmorFall = 2 ArmorExplosive = 3 ArmorProjectile = 4 ArmorThorns = 5 WaterBreath = 6 WaterSpeed = 7 WaterAffinity = 8 WeaponDamage = 9 WeaponUndead = 10 WeaponArthropod = 11 WeaponKnockback = 12 WeaponFire = 13 WeaponLoot = 14 MiningEfficiency = 15 Mining...
Added the Soul Speed enchantment 添加了灵魂疾行附魔 Added the lodestone 添加了磁石 Added the respawn anchor that allows you to set your respawn point in the Nether. Use while holding glowstone to charge to a maximum of four charges – each respawn use one charge ...
Enchant Command Generator Use this quick command generator to enchant: select an enchantment and a level. Check in the table above the maximum enchantment level you can use. Enchantment type:Level: Did you enjoy this creation? Average rating3.4/ 5. Vote count:173 ...
enchantment.minecraft.blast_protection enchantment.minecraft.channeling enchantment.minecraft.depth_strider enchantment.minecraft.efficiency enchantment.minecraft.feather_falling enchantment.minecraft.fire_aspect enchantment.minecraft.fire_protection enchantment.minecraft.flame enchantment.minecraft.fortune enchantmen...
You can add more enchantments to the pickaxe by adding them to the levels:{} section of the command. Here is an example of a command, that creates a netherite pickaxe with Fortune 100 and Efficiency 10: /give @s netherite_pickaxe[enchantments={levels:{fortune:100,efficiency:10}}] ...
These enchantments enhance your survivability and efficiency during your Minecraft adventures, providing specialized benefits for various situations and challenges you may encounter. Efficient Enchantment Strategies To efficiently gather enchantments in Minecraft, focus on enchanting books to create max-enchanted...
- Lowered mining speed bonus provided by Charm of the Treasure Hunter to 30% (from previous 50%), to prevent players from gaining instamine on stone and similar blocks when using Diamond Pickaxe with Efficiency V; - Increased light tolerance of Charm of the Treasure Hunters, so that it's ...
EFFICIENCY, itemStack); score += EnchantmentHelper.getLevel(Enchantments.MENDING, itemStack); if (enchantPreference == EnchantPreference.Fortune) score += EnchantmentHelper.getLevel(Enchantments.FORTUNE, itemStack); if (enchantPreference == EnchantPreference.SilkTouch) score += EnchantmentHelper.getLevel(...