create-the-brass-oncerto/kubejs/data/dut/functions/satellite/set_satellite_down.mcfunction

4 lines
424 B
Mcfunction
Raw Normal View History

2025-04-11 17:07:29 +08:00
summon armor_stand ~ ~48 ~ {NoGravity:0b,Invulnerable:1b,Invisible:1b,ArmorItems:[{},{},{},{Count:1b,id:"kubejs:satellite",tag:{}}],Tags:["dut_satellite","dut_satellite_down_0","dut_satellite_down"],Motion:[0d,-4.8d,0d]}
scoreboard players set @e[tag=dut_satellite_down_0] dut_acceleration_y 12
scoreboard players set @e[tag=dut_satellite_down_0] dut_motion_y 900
tag @e[tag=dut_satellite_down_0] remove dut_satellite_down_0