From de601769d8a1b5fc7543d5b0b4a95596db926416 Mon Sep 17 00:00:00 2001 From: Appability Date: Sat, 12 Nov 2022 14:35:15 -0800 Subject: placeholder custom end info, farming qol, thunder warning --- src/main/kotlin/com/ambientaddons/commands/AmbientCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/com/ambientaddons/commands') 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" -- cgit