feat: add some things
This commit is contained in:
19
carousel/spawner.mcf
Normal file
19
carousel/spawner.mcf
Normal file
@@ -0,0 +1,19 @@
|
||||
!REPEATING
|
||||
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand ~ ~ ~ {Tags:["cr", "c.center", "c.c.1"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand ~ ~ ~ {Tags:["cr", "c.center", "c.c.2"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand ~ ~ ~ {Tags:["cr", "c.center", "c.c.3"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand ~ ~ ~ {Tags:["cr", "c.center", "c.c.4"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
|
||||
execute as @e[tag=c.spawn] at @s run summon pig ~ ~ ~ {Tags:["cr", "c.pig", "c.p.1"], NoGravity: true, active_effects: [{id:"resistance", show_particles: false, duration: 10000000, amplifier: 255}],Silent:true}
|
||||
execute as @e[tag=c.spawn] at @s run summon pig ~ ~ ~ {Tags:["cr", "c.pig", "c.p.2"], NoGravity: true, active_effects: [{id:"resistance", show_particles: false, duration: 10000000, amplifier: 255}],Silent:true}
|
||||
execute as @e[tag=c.spawn] at @s run summon pig ~ ~ ~ {Tags:["cr", "c.pig", "c.p.3"], NoGravity: true, active_effects: [{id:"resistance", show_particles: false, duration: 10000000, amplifier: 255}],Silent:true}
|
||||
execute as @e[tag=c.spawn] at @s run summon pig ~ ~ ~ {Tags:["cr", "c.pig", "c.p.4"], NoGravity: true, active_effects: [{id:"resistance", show_particles: false, duration: 10000000, amplifier: 255}],Silent:true}
|
||||
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand 0 0 0 {Tags:["cr", "c.sine"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
execute as @e[tag=c.spawn] at @s run summon armor_stand 0 0 0 {Tags:["cr", "c.sinee"], Invisible: true, Invulnerable: true, NoGravity: true}
|
||||
|
||||
execute if entity @e[tag=c.spawn] as @e[tag=c.sine] at @s run data modify entity @s Pos[2] set from entity @e[tag=c.c.1,limit=1] Pos[1]
|
||||
execute as @e[tag=c.sine] at @s run forceload add ~ ~
|
||||
|
||||
kill @e[tag=c.spawn]
|
||||
Reference in New Issue
Block a user