made it client-compatible, added icon, fixed bugs
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user