From 986477ef40bc8c0f577c3251814e7f3d9408c7e8 Mon Sep 17 00:00:00 2001 From: ByteDice Date: Thu, 21 Nov 2024 22:25:30 +0100 Subject: [PATCH] reworked config subcommand to be easier to code (kill me) --- .../bytedice/bde_particles/commands/ManageEmitters.kt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt index 59fba61..4a5310f 100644 --- a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt +++ b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt @@ -34,14 +34,12 @@ import java.util.concurrent.CompletableFuture // [emitter id] // output -> removes the particle with that id - // config // TODO: find a way to make this remotely feasible + // config // TODO // [emitter id] // <[particle index] / EMITTER> - - // single param (if EMITTER, use emitter params instead) - // [param key] - // [new param value] - // output -> update the selected parameter of the selected emitter id to the new value + // [param key] // HARDCODED KEYS, if EMITTER use emitter params. + // [new param value] // HARDCODED TYPES + // output -> update the selected parameter of the selected emitter id to the new value // list // output -> all registered emitters