/execute as @a if entity @a[nbt={Inventory:[{Slot:-107b,id:"minecraft:dragon_breath"}]}] run summon fireball ^ ^1 ^ {ExplosionPower:1,Motion:[0.0,1.0,0.0]} 로는 안되는건가요
execute as @a at @s if items entity @s weapon.offhand dragon_breath 를 사용해서 짜고싶은데 빨간색으로 나오고 실행이 안대여..
Sidite
2024.08.04F키를 감지하는건 불가능합니다.
DuungNooo
2024.08.04양손들기를 감지하는건 가능한가요..?
Sidite
2024.08.04왼손 아이템이 뭔가를 있어야지만 감지가 가능합니다.
/execute if items entity @s weapon.offhand (아이템id 또는 *) ...
DuungNooo
2024.08.04/execute if items entity @s weapon.offhand minecraft:dragon_breath 다음 여기서 화염구를 쏠려면 무엇을 해야하나요..?
yusin12
2024.08.05as = 대상을 "지정"
at = 대상의 "위치를 지정"
execute as @a at @s if items entity @s weapon.offhand dragon_breath 1 run ...
DuungNooo
2024.08.05/execute as @a if entity @a[nbt={Inventory:[{Slot:-107b,id:"minecraft:dragon_breath"}]}] run summon fireball ^ ^1 ^ {ExplosionPower:1,Motion:[0.0,1.0,0.0]} 로는 안되는건가요
execute as @a at @s if items entity @s weapon.offhand dragon_breath 를 사용해서 짜고싶은데 빨간색으로 나오고 실행이 안대여..
DuungNooo
2024.08.05고쳤습니다!!