made it client-compatible, added icon, fixed bugs

This commit is contained in:
2024-11-23 17:40:12 +01:00
parent e007d24f61
commit 245e49a0fa
6 changed files with 90 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

+7 -4
View File
@@ -3,13 +3,16 @@
"id": "bde_particles",
"version": "${version}",
"name": "BDE Particle System",
"description": "A server-side particle system ",
"authors": [],
"description": "A highly-customizable server-side particle system ",
"authors": ["Byte Dice"],
"contact": {},
"license": "All-Rights-Reserved",
"license": "CC BY-NC-SA 4.0",
"icon": "assets/bde_particles/icon.png",
"environment": "server",
"environment": "*",
"entrypoints": {
"client": [
"com.bytedice.bde_particles.client.Bde_particlesClient"
],
"main": [
"com.bytedice.bde_particles.Bde_particles"
]