update README.md
This commit is contained in:
@@ -1,11 +1,18 @@
|
|||||||
# BDE_ParticleSys
|
# BDE_ParticleSys
|
||||||
|

|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
<!-- change GiveParticleEmitter to GiveEmitterTool -->
|
<!-- change GiveParticleEmitter to GiveEmitterTool -->
|
||||||
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
|
# Open-source - Copyright
|
||||||
|
|
||||||
**BDE_ParticleSys © 2024 by Byte Dice is licensed under CC BY-NC-SA 4.0**\
|
**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)**
|
**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.
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
Reference in New Issue
Block a user