This repository contains the code used to generate the datapack used to create the fireworks show on Queercraft LIVE's New Year's Eve 2024 event.
To generate the fireworks, run the generate.py
file.
The effects/
package contains basic code for using fireworks and particles.
The parts/
package strings these together for more complex effects using them.
The generate.py
file sequences these into the full fireworks show.
The meta/
package contains information and utilities used across the pack.
The meta/values.py
file contains configuration values used in the pack (such as coordinates).
Get the latest release from the releases page and install it in your world's datapacks
folder.
To build it locally, run the generate.py
file in this directory. This entire repository can be dragged into the world datapacks
folder or just data
and pack.mcmeta
can be compressed into a zip for installation.
/function fireworks2024:countdown
/function fireworks2024:fireworks
/function fireworks2024:loop
/schedule clear fireworks2024:loop
/function fireworks2024:stop