·

MC趣味指令大全,直接生成“附魔三叉戟小溺尸蜘蛛骑士”

Published at 2024-12-02 18:50:10Viewed 544 times
Please reprint with source link

这是我自己通过实战测试,得出的指令。

1. 召唤卖泥土和绿宝石的村民

/summon minecraft:villager ~ ~ ~ {VillagerData:{profession:"librarian",level:2},Offers:{Recipes:[{maxUses:2,buy:{id:"minecraft:dirt",Count:28b},sell:{id:"minecraft:emerald",Count:10b}}]}}

2. 获取村民数据

/execute as @e[type= minecraft:villager] run data get entity @s

3. 召唤火焰保护的附魔书

火焰保护2
/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{lvl:2s,id:"minecraft:fire_protection"}]}}}

火焰保护5
/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{lvl:5s,id:"minecraft:fire_protection"}]}}}

4. 召唤附魔三叉戟溺尸

/summon minecraft:drowned ~ ~ ~ {HandItems:[{id:"minecraft:trident",Count:1b,tag:{Enchantments:[{lvl:2s,id:"minecraft:riptide"}]}}]}

5. 召唤溺尸蜘蛛骑士

/summon spider ~ ~ ~ {Passengers:[{id:"drowned",HandItems:[{id:"trident",Count:1b}]}]}

6. 召唤附魔三叉戟小溺尸蜘蛛骑士

/summon spider ~ ~ ~ {Passengers:[{id:"drowned",IsBaby:1b,HandItems:[{id:"trident",Count:1b,tag:{Enchantments:[{lvl:2s,id:"minecraft:riptide"}]}}]}]}

7. 召唤鸡骑士

/summon chicken ~ ~ ~ {Passengers:[{id:"zombie",IsBaby:1b}],IsChickenJockey:1b}

8. 召唤爆炸的闪电苦力怕

/summon minecraft:creeper ~-3 ~ ~ {powered:1b,ignited:1b}

9. 召唤钻石套僵尸

钻石套僵尸
/summon minecraft:zombie ~ ~ ~ {ArmorItems:[{id:"diamond_boots",Count:1b},{id:"diamond_leggings",Count:1b},{id:"diamond_chestplate",Count:1b},{id:"diamond_helmet",Count:1b}]}

附魔钻石套僵尸
/summon minecraft:zombie ~ ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"diamond_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}]}

10. 钻石套小白

/summon minecraft:skeleton ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}]}

11. 钻石套猪灵(在主世界不会转变为猪人)

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}

12. 金装猪灵持金斧头(在主世界不会转变为猪人)

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_axe",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}

13. 金装猪灵持弩和盾牌(在主世界不会转变为猪人)

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"crossbow",Count:1b,tag:{Enchantments:[{id:"piercing",lvl:4s},{id:"multishot",lvl:1s},{id:"unbreaking",lvl:3s},{lvl:3s,id:"quick_charge"},{lvl:1s,id:"mending"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}

14. 金装猪灵持弩和不死图腾(在主世界不会转变为猪人)

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"crossbow",Count:1b,tag:{Enchantments:[{id:"piercing",lvl:4s},{id:"multishot",lvl:1s},{id:"unbreaking",lvl:3s},{lvl:3s,id:"quick_charge"},{lvl:1s,id:"mending"}]}},{id:"totem_of_undying",Count:1b}],IsImmuneToZombification:1}

15. 金装猪灵持金剑和不死图腾(在主世界不会转变为猪人)

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"totem_of_undying",Count:1b}],IsImmuneToZombification:1}

16. 金装猪灵持金剑和盾牌

/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}

17. 获得附魔钻石套

/give @p diamond_sword{Enchantments:[{id:"bane_of_arthropods", lvl: 5},{id:"sweeping", lvl: 5},{id:"knockback", lvl: 8},{id:"smite", lvl: 5},{id:"efficiency", lvl: 20},{id:"sharpness", lvl: 6},{id:"looting", lvl: 5},{id:"mending", lvl: 5},{id:"fire_aspect",lvl:5},{id:"unbreaking", lvl: 6}]}

/give @p diamond_pickaxe{Enchantments:[{id:"unbreaking", lvl: 20},{id:"fortune", lvl: 50},{id:"smite", lvl: 20},{id:"sharpness", lvl: 30},{id:"mending", lvl: 5},{id:"efficiency", lvl: 20}]}

/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}

/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"silk_touch", lvl: 10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}

/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"fortune",lvl:10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}

/give @p minecraft:diamond_boots{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"blast_protection", lvl: 8},{id:"mending", lvl: 5},{id:"soul_speed",lvl:5},{id:"frost_walker",lvl:3},{id:"feather_falling",lvl:6},{id:"depth_strider",lvl:5}]}

/give @p minecraft:diamond_leggings{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"protection", lvl: 8},{id:"blast_protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"mending", lvl: 5},{id:"swift_sneak", lvl: 5}]}

/give @p minecraft:diamond_chestplate{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"blast_protection", lvl: 8},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"mending", lvl: 5}]}

/give @p minecraft:diamond_helmet{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"blast_protection", lvl: 8},{id:"respiration", lvl: 6},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"aqua_affinity", lvl: 5},{id:"mending", lvl: 5}]}

/give @p minecraft:shield{Enchantments:[{id:"unbreaking", lvl: 6},{id:"mending", lvl: 5}]}

/give @p elytra{Enchantments:[{id:"unbreaking", lvl: 6}]}

以下为游戏测试图片:


0 人喜欢

Comments

There is no comment, let's add the first one.

弦圈热门内容

数说心语 | 一直在出发

数说心语#一直在出发#亲爱的同学们你是否因为昨日事务的束缚明天前途的焦虑而停下了当下探索的脚步在此数院团学君为同学们推荐汪国真先生的《我喜欢出发》愿大家不要失去随时出发的勇气《我喜欢出发》汪国真我喜欢出发。凡是到达了的地方,都属于昨天。哪怕那山再青,那水再秀,那风再温柔。太深的流连便成了一种羁绊,绊住的不仅有双脚,还有未来。怎么能不喜欢出发呢?没见过大山的巍峨,真是遗憾;见了大山的巍峨,没见过大海的浩瀚,仍然遗憾;见了大海的浩瀚,没见过大漠的广袤,依旧遗憾;见了大漠的广袤,没见过森林的神秘,还是遗憾。世界上有不绝的风景,我有不老的心情。我自然知道,大山有坎坷,大海有浪涛,大漠有风沙,森林有猛兽。即便这样,我依然喜欢。打破生活的平静便是另一番景致,一种属于年轻的景致。真庆幸,我还没有老。即便真老了又怎么样,不是有句话叫老当益壮吗?于是,我还想从大山那里学习深刻,我还想从大海那里学习勇敢,我还想从大漠那里学习沉着,我还想从森林那里学习机敏。我想学着品味一种缤纷的人生。人能走多远?这话不是要问两脚而是要问志向;人能攀多高?这事不是要问双手而是要问意志。于是,我想用青春的热血给自己树起一个高远 ...

你对自己的哪本数学启蒙书印象最深刻?

相信每一个喜欢数学的人,都曾被某几本书中描述的数学内容所深深震撼,从而一发不可收拾的踏上数学这条“不归路”😂。 我至今还记得初三高一的时候,自己第一次看代数几何的那种震撼(GTM52),当时的我涉猎过泛函分析、范畴论、微分几何等数学分支,但唯有代数几何给予我心灵上最大的震撼。 我为代数几何这个艰深、深奥、广阔、神秘的领域所深深吸引,加上当时知道了Grothendieck的事迹,让我下定决心攻克代数几何的重重难关,只为更接近心中的“神”😂。 不知道你的数学启蒙书是哪几本呢?其中哪本书你印象最深刻呢?