diff --git a/README.md b/README.md index 8b1b37b..2908609 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ An interactive launcher for MCPi-Reborn

- Explore the docs » + Try Planet now »

Report Bug - . + | Request Feature

@@ -67,7 +67,7 @@ If you're installing a DEB, all of them with the exception of Minecraft: Pi Edit ###### Option A (Raspberry Pi Only) [![badge](https://github.com/Botspot/pi-apps/blob/master/icons/badge.png?raw=true)](https://github.com/Botspot/pi-apps) ###### Option B (Raspberry Pi Only) -[![badge](https://cdn.discordapp.com/attachments/717494538205397052/957080742293295134/addonsmini.png)](https://raspbian-addons.org) +[Logo](https://raspbian-addons.org) Install the `planet-launcher` package through APT. diff --git a/planet/splashes.py b/planet/splashes.py index da85f21..9503b1d 100644 --- a/planet/splashes.py +++ b/planet/splashes.py @@ -61,4 +61,8 @@ SPLASHES = [ "Play Minecraft Pi Edition, watch Red-Exe-Engineer, get PIG!", "Wat", "About the same size as Earth", + "Now with translations!", + "Now with dynamic building!", + "Now with more surprises!", + "Now with more confusion!", ] diff --git a/planet/textures.py b/planet/textures.py index c714bee..2da5d97 100755 --- a/planet/textures.py +++ b/planet/textures.py @@ -134,6 +134,9 @@ INDEX = [ "terrain.png", ] +def install_pack(): + pass + @click.group() @@ -142,7 +145,7 @@ def main(): @main.command(help="Install a texture pack") @click.option("--file", "--zipfile", "-f", "texture_path", help="Texture pack path.", type=click.Path(exists=True)) -@click.option("--mcpit", is_flag=True, default=True) +#@click.option("--mcpit", is_flag=True, default=True) def install(texture_path, mcpit): if texture_path == None: click.echo("Please supply a path")