aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/command
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-03-22 02:56:04 -0500
committeringlettronald <inglettronald@gmail.com>2023-03-22 02:56:04 -0500
commit2d250a5dd2250c9bd7ada1f9a5ef32f1fcf6166a (patch)
tree595ae64cf933c6e0ffe9da363353666456a878f2 /src/main/kotlin/dulkirmod/command
parent2cb6f4cffee0ab505b35938cf71518e4640a229a (diff)
downloadDulkirMod-2d250a5dd2250c9bd7ada1f9a5ef32f1fcf6166a.tar.gz
DulkirMod-2d250a5dd2250c9bd7ada1f9a5ef32f1fcf6166a.tar.bz2
DulkirMod-2d250a5dd2250c9bd7ada1f9a5ef32f1fcf6166a.zip
bugfixing
Diffstat (limited to 'src/main/kotlin/dulkirmod/command')
-rw-r--r--src/main/kotlin/dulkirmod/command/SpawnParticlesCommand.kt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/kotlin/dulkirmod/command/SpawnParticlesCommand.kt b/src/main/kotlin/dulkirmod/command/SpawnParticlesCommand.kt
deleted file mode 100644
index 88358a6..0000000
--- a/src/main/kotlin/dulkirmod/command/SpawnParticlesCommand.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package dulkirmod.command
-
-import dulkirmod.utils.TextUtils
-import net.minecraft.command.ICommandSender
-
-class SpawnParticlesCommand : ClientCommandBase("sp") {
- override fun processCommand(sender: ICommandSender?, args: Array<out String>?) {
- TextUtils.sendMessage("/particle flame 84 18 95 1 1 1 1 100")
- TextUtils.sendMessage("/particle flame 57 18 125 1 1 1 1 100")
- TextUtils.sendMessage("/particle flame 26 18 95 1 1 1 1 100")
- TextUtils.sendMessage("/particle flame 27 18 60 1 1 1 1 100")
- TextUtils.sendMessage("/particle flame 84 18 56 1 1 1 1 100")
- }
-} \ No newline at end of file