aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/com/ambientaddons/commands
diff options
context:
space:
mode:
authorAppability <appable@icloud.com>2022-11-12 14:35:15 -0800
committerAppability <appable@icloud.com>2022-11-12 14:35:15 -0800
commitde601769d8a1b5fc7543d5b0b4a95596db926416 (patch)
tree3fea24e9e4d55f93e00553e2a2ca9f6ecb1ef713 /src/main/kotlin/com/ambientaddons/commands
parent2b21d3a18b412ec8c205beacf403f0147dc04618 (diff)
downloadAmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.tar.gz
AmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.tar.bz2
AmbientAddons-de601769d8a1b5fc7543d5b0b4a95596db926416.zip
placeholder custom end info, farming qol, thunder warning
Diffstat (limited to 'src/main/kotlin/com/ambientaddons/commands')
-rw-r--r--src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt b/src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt
index 9ba1988..ff86228 100644
--- a/src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt
+++ b/src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt
@@ -11,7 +11,7 @@ import net.minecraft.command.ICommandSender
class AmbientCommand : CommandBase() {
override fun getCommandName() = "ambientaddons"
- override fun getCommandAliases() = listOf("aa")
+ override fun getCommandAliases() = listOf("aa", "ambient")
override fun getCommandUsage(sender: ICommandSender?) = "/$commandName"