-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-package.json
More file actions
52 lines (52 loc) · 1.04 KB
/
Copy pathplugin-package.json
File metadata and controls
52 lines (52 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"pluginName": "VoxelParticlesPlugin",
"pluginVersion": 19,
"runtimeVersion": 19,
"installerVersion": 19,
"sourceRoot": "PLUGIN_EXPORT_CORE/VoxelParticlesPlugin",
"entrySource": "init.legacy.luau",
"internalModules": [
"VoxelParticleSystem",
"ClientVfxQuality",
"VoxelEmitterBinderTemplate",
"VoxelFairShareAllocator",
"VoxelMotionIntegrator",
"VoxelCubicBezier",
"VoxelCylinderStream",
"RuntimeInstaller"
],
"bundledPresets": [
"AnnulusOrbit",
"BezierAurora",
"BezierSparks",
"Confetti",
"CrystalBloom",
"CylinderFlow",
"Default",
"EmberSmoke",
"Fire_1",
"Firethrower",
"GravityWell",
"Grounding_1",
"Landing_1",
"Landing_2",
"Landing_3",
"Landing_4",
"Landing_5",
"Landing_6",
"Landing_7",
"Landing_8",
"Landing_9",
"Landing_10",
"LocalSpaceRibbon",
"Portal",
"RelicExplosionCore",
"RelicExplosionShell",
"seno_burst",
"Shockwave",
"SimpleFire",
"Teleport",
"tp2",
"WindRibbon"
]
}