This commit is contained in:
Svivnrlt 2019-11-17 16:55:58 +00:00
parent 8ca0afa198
commit 390d5a8511
17525 changed files with 2110364 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
#Wed Jul 10 19:55:59 EDT 2019
gradle.version=4.10.3

Binary file not shown.

View File

156
CHANGELOG Normal file
View File

@ -0,0 +1,156 @@
== v9.08 ==
+ Updated to client 1.7.10 & server 1.7.10
== v9.03 ==
+ Updated to client 1.7.2 & server 1.7.2
== v8.11 ==
+ Updated to client 1.6.4 & server 1.6.4
== v8.09 ==
+ Updated to client 1.6.3 & server 1.6.3
== v8.04 ==
+ Updated to client 1.6.2 & server 1.6.2
== v8.02 ==
+ Updated to client 1.6.1 & server 1.6.1
+ Updated all scripts to support the new structure & launcher
== v7.51 ==
+ Updated to client 1.5.2 & server 1.5.2
== v7.44 ==
+ Updated to client 1.5.1 & server 1.5.1
== v7.42 ==
+ Updated to client 1.5 & server 1.5
== v7.39 ==
+ Updated to client 13w09c & server 13w09c (snapshot)
== v7.34 ==
+ Updated to client 13w05b & server 13w05b (snapshot)
== v7.30 ==
+ Updated to client 13w02b & server 13w02b (snapshot)
== v7.26 ==
+ Updated to client 1.4.7 & server 1.4.7
== v7.25 ==
+ Updated to client 1.4.6 & server 1.4.6
== v7.23 ==
+ Updated to client 1.4.5 & server 1.4.5
== v7.22 ==
+ Updated to client 1.4.5 pre1 & server 1.4.5 pre1
== v7.21 ==
+ Updated to client 1.4.4 & server 1.4.4
== v7.20 ==
+ Updated to client 1.4.3 & server 1.4.3
== v7.19 ==
+ Updated to client 1.4.2 & server 1.4.2
== v7.18 ==
+ Updated to client 1.4.1 & server 1.4.1 (pre-release)
== v7.17 ==
+ Updated to client 1.4 & server 1.4 (pre-release)
== v7.2 ==
+ Updated to client 1.3.2 & server 1.3.2
== v7.0a ==
+ Still for client 1.3.1 & server 1.3.1
+ Added fernflower decompiler
== v7.0 ==
+ Updated to client 1.3.1 & server 1.3.1
+ Extended patches to remove herobrine code from decompiled classes
== v6.2 ==
+ Updated to client 1.2.5 & server 1.2.5
Update patches to work around worldgen crash in vanilla minecraft client and server,
and a client crash when clicking on chat history
== v6.1 ==
+ Updated to client 1.2.4 & server 1.2.4
Disabled rounding of float and double constants due to issues with getting stuck on respawn.
Updated client patches to work around OpenGL issues with main window on OSX and Linux.
You will need to cleanup and decompile again for these changes to take effect.
== v6.0 ==
+ Updated to client 1.2.3 & server 1.2.3
+ Added javadoc comments to the decompiled sourcecode
== v5.6 ==
+ Updated to client 1.1 & server 1.1
+ Run Artistic Style source beautifier on decompiled source code
== v5.0 ==
+ Updated to client 1.0.0 & server 1.0.1
== v4.5 ==
+ Updated to client & server v1.9 pre 5
+ Improved Retroguard and Exceptor tools
YOU NEED TO DOWNLOAD MCP FROM THE WIKI IF YOU ARE UPDATING FROM MCP 4.3, UPDATEMCP.BAT WILL NOT WORK FOR 4.3 TO 4.4 UPDATES!
+ Fixes to mapping of methods in EntityLiving
+ Bugfix for crashes when playing sounds due to issue in Block.java
== v4.4 ==
+ Updated to client & server v1.8.1
+ Improved Retroguard and Exceptor tools
== v4.3 ==
+ Updated to client & server v1.7.3
== v4.2 ==
+ Updated to client & server v1.7.2
* If you get compile errors for ik.java or ik.class, just delete conf/patches/ik.java
== v4.1 ==
+ Added an Eclipse workspace
+ Included a reobfuscation bugfix
== v4.0 ==
+ Added new tool Exceptor
+ Added alternative support for fernflower decompiler
== v3.4 ==
+ Updated to client & server v1.6.6
== v3.3 ==
+ Updated to client & server v1.6.5
== v3.2 ==
+ Updated to client & server v1.6.4
+ Added support for external jar files in recompile and reobfuscation
+ Finally updated the readme files
== v3.1.1 ==
+ Small bugfix for using mcp offline
== v3.1 ==
+ Updated to client v1.5_01 / server v1.5_02
+ some more bugfixes in the python scripts
== v3.0 ==
+ Complete rewrite of the scripts in python
+ RetroGuard used both for deof and reobf
+ Automatic detection of modified classes during reobfuscation
+ Protection on cleanup.bat/sh
+ Advanced logging system (logs/mcp.log, logs/mcperr.log)
+ Removed repackager.exe and mono dependancy on Linux
+ Cleaner directory structure
+ Out of the box decompilation compatibility with modded jars
+ Rolling update model on top of the usual full package distrib
+ Custom files in bin directory are preserved during recompilation
+ Custom files are automaticly copied to reobf directory during reobf

21
LICENSE.txt Normal file
View File

@ -0,0 +1,21 @@
MCP - Mod Coder Pack
MCP is (c) Copyright by the MCP Team
License and terms of use.
No warranties. If MCP does not work for you, or causes any damage, it's your problem. Use it at own risk.
You are allowed to:
- Use MCP to decompile the Minecraft client and server jar files.
- Use the decompiled source code to create mods for Minecraft.
- Recompile modified versions of Minecraft.
- Reobfuscate the classes of your mod for Minecraft.
You are NOT allowed to:
- Use MCP to do anything that violated Mojangs terms of use for Minecraft.
- Release Minecraft versions or modifications that allow you to play without having bought Minecraft from Mojang.
- Release modified or unmodified versions of MCP anywhere.
- Use any of MCPs scripts, tools or data files without explicit written permission.
- Make money with anything based on MCP (excluding Minecraft mods created by using MCP).
- Use MCP to create clients that are used for griefing or exploiting server bugs.
- Release the decompiled source code of Minecraft in any way.

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>RemoteSystemsTempFiles</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>org.eclipse.rse.ui.remoteSystemsTempNature</nature>
</natures>
</projectDescription>

BIN
bin/.DS_Store vendored Normal file

Binary file not shown.

BIN
bin/minecraft/.DS_Store vendored Normal file

Binary file not shown.

BIN
bin/minecraft/Start.class Normal file

Binary file not shown.

BIN
bin/minecraft/net/.DS_Store vendored Normal file

Binary file not shown.

BIN
bin/minecraft/net/minecraft/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More