Le forum,
est il possible de poser des cadres en continus ?
je m'explique, je voudrais poser un cadre par coffre comme si dessous:
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^-1 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^ ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^1 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^2 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^3 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
or mon problème est que je crée une ligne emplacement par cadre, est il possible de le faire avec une seul ligne ?
Cordialement
est il possible de poser des cadres en continus ?
je m'explique, je voudrais poser un cadre par coffre comme si dessous:
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^-1 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^ ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^1 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^2 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
execute as @a[y_rotation=135..-135] at @s rotated ~ 0 positioned ^3 ^1 ^2 run summon minecraft:item_frame ~ ~ ~ {Facing:3b,Invisible:1b}
or mon problème est que je crée une ligne emplacement par cadre, est il possible de le faire avec une seul ligne ?
Cordialement