개인 자료란 (JE)

  서버 커뮤니티

Profile NanAc 대표칭호 없음
Profile

질문하기 커맨드

tnt를 tp시키고 싶은데 tp가 안되네요..

2020.11.19 조회 수 113 추천 수 0

execute at @e[type=minecraft:tnt] run tp @s ^ ^ ^1 facing entity @e[type=minecraft:armor_stand,limit=1] 이렇게 해서 아머스탠드를 중심으로 tnt가 조금씩 모이게 하고싶은데 tnt가 아래로만 떨어져요...

@s를 @e[type=minecraft:tnt,distance=1]로 해봐도 안되구..

5개의 댓글

슈슈일기
2020.11.20

tnt가 엔티티인가요 아니면 블럭인가요?

NanAc
2020.11.20
@슈슈일기

아머스탠드가 바라보는 방향쪽에 fuse:40으로 맞춰놔서 엔티티 취급일거에요

허두
2020.11.20

execute as @e[type=tnt] run data merge entity @s {NoGravity:1b} 로 중력을 없애야 하는건 아닐지요?

NanAc
2020.11.20
@허두

한번 해볼게욥

거너아나
2020.11.21

distance가 ..1로 하거나 execute as @e[type=tnt] at @s if entity @s anchored eyes run tp @s ^ ^ ^1 facing entity @e[type=armor_stand,limit=1]해보세여 anchored eyes 빼먹어서일수도