Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. decompile.bat
  2. if exist "%MCSJAR%" (
  3. if exist "%MCSJADOUT%\net\minecraft\server\MinecraftServer.java" (
  4. echo *** minecraft_server.jar already decompiled, run cleanup.bat
  5. echo *** minecraft_server.jar already decompiled >>"%MCPLOG%"
  6. goto skip_mcs
  7. )
  8.  
  9. echo %MCSJAR
  10.  
  11. Report Log
  12. *** Minecraft Coder Pack Version 2.7 ***
  13. 'Tools\MCP' is not recognized as an internal or external command,
  14. operable program or batch file.
  15. MCP 2.7 running in D:\Games\Minecraft\Mods
  16. *** minecraft.jar was not found, skipping
  17. *** minecraft_server.jar was not found, skipping
  18. Renaming methods and fields
  19. The system cannot find the path specified.
  20. === MCP 2.7 decompile script finished ===
  21. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement