Initial commit

This commit is contained in:
2022-09-10 14:28:27 +02:00
commit c13c4bbd85
34 changed files with 422 additions and 0 deletions

View File

@ -0,0 +1,6 @@
execute if entity @e[scores={m_fireworks=1..}] run function malloc:fx/launch_fireworks
execute as @e[name="malloc-fx-red"] run function malloc:fx/anchors/set_red
execute as @e[name="malloc-fx-blue"] run function malloc:fx/anchors/set_blue
execute as @e[name="malloc-fx-green"] run function malloc:fx/anchors/set_green
execute as @e[name="malloc-fx-purple"] run function malloc:fx/anchors/set_purple
schedule function malloc:fx/tick 1s