Created
December 30, 2013 22:57
-
-
Save allaryin/8189626 to your computer and use it in GitHub Desktop.
mcu-cli first real test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minecraft@tiffany:~/mcu-test$ rm mcu-cache.json; php mcu-cli.php | |
[--] MCU-CLI.php Starting... | |
[--] Mon, 30 Dec 2013 16:55:42 -0600 | |
[--] First time run detected, starting with fresh cache | |
[--] Read serverpack from http://files.mcupdater.com/example/SamplePack.xml | |
[--] Handling imports... | |
[--] Parsing import of 'forge' from http://files.mcupdater.com/example/forge.php?mc=1.6.4&forge=9.11.1.916... | |
[--] Got new version of forge, need update... | |
[--] Identified new pack version 1.6.4 | |
[--] Performing update... | |
[--] Parsing Module LiteLoader | |
[--] - skipping unsupported ModType Library | |
[--] Parsing Module BuildCraft | |
[--] + Downloading http://www.curseforge.com/media/files/741/278/buildcraft-A-1.6.2-4.1.0.jar... | |
[--] - no MD5 specified, trusting download | |
[--] - Installing to mods/buildcraft.jar | |
[--] Parsing Module Minecraft Forge | |
[--] - skipping unsupported ModType Library | |
[--] Starting server... | |
[!!] Unable to locate minecraft-forge-mcu.jar | |
minecraft@tiffany:~/mcu-test$ ls -l mods | |
total 4 | |
-rw-r--r-- 1 minecraft minecraft 154 Dec 30 16:55 buildcraft.jar | |
minecraft@tiffany:~/mcu-test$ php mcu-cli.php | |
[--] MCU-CLI.php Starting... | |
[--] Mon, 30 Dec 2013 16:57:08 -0600 | |
[--] Loading mcu cached settings... | |
[--] Read serverpack from http://files.mcupdater.com/example/SamplePack.xml | |
[--] Handling imports... | |
[--] Parsing import of 'forge' from http://files.mcupdater.com/example/forge.php?mc=1.6.4&forge=9.11.1.916... | |
[--] Version of forge matches cache, not updating | |
[--] Pack version 1.6.4 matches current rev, not updating | |
[--] Starting server... | |
[!!] Unable to locate minecraft-forge-mcu.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment