apace100 / apoli

MIT License
40 stars 46 forks source link

Added More Fields to the Particle Power #58

Closed Dahminh closed 1 year ago

Dahminh commented 2 years ago

Added fields:

All of these added fields have default values:

Notes: I have no idea how to throw an error when count is less than or equal to 0 but probably should be done to inform datapack makers that there is an invalid Integer for count.

Dahminh commented 2 years ago

Added speed field to Particle Power. speed, type Float modifies the velocity of the particle. speed, default value is 0.0

Same issue with count where I have no idea how to throw an error when speed is less than 0 but probably should be done to inform datapack makers that there is an invalid float for speed.