黑茶RGO
1.用summon不加nbt直接生成的尖牙唤魔者召唤的尖牙有什么nbt上的不同(除了朝向),也就是决定是否能伤害刌民的nbt
2.如何做到用胡萝卜钓竿右键向前召唤一排尖牙,就像唤魔者那样,尖牙的朝向不用管

chyx
1 我怀疑是owner 我马上去测试                   2 用1.13的局部坐标

⊙v⊙
1
summon的fangs没有用于决定其(刌民)主人的nbt,OwnerUUIDMost,OwnerUUIDLeast。
测试了下,牙是不会伤害任何刌民的,无论是否为主人。

2
  1. 这条可以创建判据检测萝卜柑的使用次数
  2. /scoreboard objectives add carrotstick minecraft.used:minecraft.carrot_on_a_stick
  3. 这条可以重置一分以上玩家的上述判据
  4. /scoreboard players reset @a[scores={carrotstick=1..}] carrotstick
  5. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  6. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^1
  7. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  8. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^2
  9. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  10. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^3
  11. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  12. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^4
  13. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  14. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^5
  15. 这条可以在上述判据为1分的玩家所站位置前特定距离前生成牙
  16. /execute as @a[scores={carrotstick=1..}] at @s rotated ~ 0 run summon minecraft:evoker_fangs ^ ^ ^6
复制代码

发挥想像力自行组合...

下一页 最后一页