Skip to content

Instantly share code, notes, and snippets.

@rymate1234
Created November 2, 2013 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rymate1234/7282618 to your computer and use it in GitHub Desktop.
Save rymate1234/7282618 to your computer and use it in GitHub Desktop.
borked
minecraft@znc:~/Minecraft-Overviewer$ python main.py ~/vanilla/world/ /var/www/oil/
2013-11-02 19:31:26 Welcome to Minecraft Overviewer!
2013-11-02 19:31:26 E Could not find the textures while searching for 'assets/minecraft/textures/blocks/stone.png'. Try specifying the 'texturepath' option in your config file.
Set it to the path to a Minecraft Resource pack.
Alternately, install the Minecraft client (which includes textures)
Also see <http://docs.overviewer.org/en/latest/running/#installing-the-textures>
(Remember, this version of Overviewer requires a 1.6-compatible resource pack)
(Also note that I won't automatically use snapshots; you'll have to use the texturepath option to use a snapshot jar)
minecraft@znc:~/Minecraft-Overviewer$ wget https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar -P ~/.minecraft/versions/1.6.2/
--2013-11-02 19:31:51-- https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar
Resolving s3.amazonaws.com (s3.amazonaws.com)... 176.32.99.42
Connecting to s3.amazonaws.com (s3.amazonaws.com)|176.32.99.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4731988 (4.5M) [application/java-archive]
Saving to: `/home/minecraft/.minecraft/versions/1.6.2/1.6.2.jar'
100%[=========================================================================================================================================================================>] 4,731,988 2.01M/s in 2.2s
2013-11-02 19:31:54 (2.01 MB/s) - `/home/minecraft/.minecraft/versions/1.6.2/1.6.2.jar' saved [4731988/4731988]
minecraft@znc:~/Minecraft-Overviewer$ python main.py ~/vanilla/world/ /var/www/oil/
2013-11-02 19:32:00 Welcome to Minecraft Overviewer!
2013-11-02 19:32:01 E Could not find the textures while searching for 'assets/minecraft/textures/blocks/glass_white.png'. Try specifying the 'texturepath' option in your config file.
Set it to the path to a Minecraft Resource pack.
Alternately, install the Minecraft client (which includes textures)
Also see <http://docs.overviewer.org/en/latest/running/#installing-the-textures>
(Remember, this version of Overviewer requires a 1.6-compatible resource pack)
(Also note that I won't automatically use snapshots; you'll have to use the texturepath option to use a snapshot jar)
minecraft@znc:~/Minecraft-Overviewer$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment