feat: add some things

This commit is contained in:
2025-12-14 21:59:55 +09:00
parent 0a69805d1d
commit a5fa2032a5
10 changed files with 101 additions and 0 deletions

14
carousel/rotator.mcf Normal file
View File

@@ -0,0 +1,14 @@
!REPEATING
execute as @e[tag=c.c.1] at @s run tp @e[tag=c.c.2] ~ ~ ~ ~90 ~
execute as @e[tag=c.c.1] at @s run tp @e[tag=c.c.3] ~ ~ ~ ~180 ~
execute as @e[tag=c.c.1] at @s run tp @e[tag=c.c.4] ~ ~ ~ ~270 ~
execute as @e[tag=c.c.1] at @s unless entity @e[tag=c.stop] run tp @s ~ ~ ~ ~2 ~
execute as @e[tag=c.c.1] at @s unless entity @e[tag=c.stop] run data modify entity @s Pos[1] set from entity @e[tag=c.sinee,limit=1] Pos[2]
execute as @e[tag=c.c.1] at @s run tp @e[tag=c.p.1] ^ ^ ^8
execute as @e[tag=c.c.2] at @s run tp @e[tag=c.p.2] ^ ^ ^8
execute as @e[tag=c.c.3] at @s run tp @e[tag=c.p.3] ^ ^ ^8
execute as @e[tag=c.c.4] at @s run tp @e[tag=c.p.4] ^ ^ ^8