diff --git a/README.md b/README.md index 4b429e3..be17b99 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ # BDE_ParticleSys +![](/src/main/resources/assets/bde_particles/icon.png) BDE_ParticleSys is a highly customizable **server-side** particle system that uses `Block Display Entities` (BDEs) as particles. It is meant to be used as a library for other mods, but can be used as a standalone mod too. -If BDE_ParticleSys is used as a standalone mod, you will only be able to use it with the custom in-game commands `/GiveEmitterTool` and `/ManageEmitters`. Any particles made with those commands are **temporary** and get **removed** once the server shuts down. +If BDE_ParticleSys is used as a standalone mod, you will only be able to use it with the custom in-game commands `/GiveEmitterTool`, `/KillAllEmitters` and `/ManageEmitters`. Any particles made with those commands are **temporary** and get removed once the server shuts down, as they are meant for quick testing. # Open-source - Copyright -**BDE_ParticleSys © 2024 by Byte Dice is licensed under CC BY-NC-SA 4.0**\ -**You can learn more about copyright by reading the full [license](/LICENSE)** +**BDE_ParticleSys © 2024 by Byte Dice is licensed under CC BY-NC-SA 4.0.**\ +**You can learn more about copyright by reading the full [license](/LICENSE.txt)**. + +# Media +### All particles showcased here are made with BDE_ParticleSys and without any added logic. +![](/readme_assets/DEFAULT_gif.gif) +![](/readme_assets/IMPLOSION_gif.gif) +![](/readme_assets/RING_EXPLOSION_gif.gif) \ No newline at end of file diff --git a/readme_assets/DEFAULT_gif.gif b/readme_assets/DEFAULT_gif.gif new file mode 100644 index 0000000..e3a87bb Binary files /dev/null and b/readme_assets/DEFAULT_gif.gif differ diff --git a/readme_assets/IMPLOSION_gif.gif b/readme_assets/IMPLOSION_gif.gif new file mode 100644 index 0000000..def28ca Binary files /dev/null and b/readme_assets/IMPLOSION_gif.gif differ diff --git a/readme_assets/RING_EXPLOSION_gif.gif b/readme_assets/RING_EXPLOSION_gif.gif new file mode 100644 index 0000000..209183e Binary files /dev/null and b/readme_assets/RING_EXPLOSION_gif.gif differ