NucleoidMC / nucleoid-extras

Extra features specific to the Nucleoid server such as the sidebar and backend integrations
GNU Lesser General Public License v3.0
4 stars 16 forks source link

Extract particle spawner logic from tater blocks #182

Open haykam821 opened 4 months ago

haykam821 commented 4 months ago

This pull request separates the many particle implementations from tater blocks, meaning any tater block behavior can be matched with a specific style of particles. In addition, particle spawner implementations are less reliant on the concepts of players and block positions, so less work would be needed to attach particles in a new context in the future.

I'm unsure of whether tater particle spawner codecs should be included in this pull request.