diff --git a/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt b/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt index 1cb671d..8c148f2 100644 --- a/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt +++ b/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt @@ -54,7 +54,9 @@ import kotlin.reflect.full.declaredMemberProperties // Cylinder and cone force field shape. // Copying particle params in-game. // Custom curve equation command args (parse from strings). -// force field "config" option. +// Force field "config" option. +// Better particle debug tools. + // Use more BDEs instead of particles, and show more values than origin and velocity. var ALL_PARTICLE_EMITTERS: Array = emptyArray() @@ -243,4 +245,4 @@ fun negativeFeedback(text: String, context: CommandContext) .setStyle(Style.EMPTY.withColor(Color(200, 0, 0).rgb)) context.source.sendFeedback({ feedback }, false) -} \ No newline at end of file +}