Go to file
Agaricus 3decd36620 Add support for remapping jar mods with multiple --in-jar
You can now pass multiple filenames to --in-jar, and the files
in the subsequent jars will overwrite those in the previous. This
allows remapping "jar mods", which are distributed as an archive of
a subset of files against a reference jar. For example, Forge
overwrites base classes in Minecraft. Example usage:

java -jar target/SpecialSource-1.3-SNAPSHOT-shaded.jar --in-jar http://assets.minecraft.net/1_4_7/minecraft_server.jar --in-jar http://files.minecraftforge.net/minecraftforge/minecraftforge-universal-1.4.7-6.6.2.534.zip --out-jar /tmp/n/test.jar --srg-in https://raw.github.com/MinecraftForge/FML/master/conf/
2013-03-03 10:41:28 -08:00
src/main/java/net/md_5/specialsource Add support for remapping jar mods with multiple --in-jar 2013-03-03 10:41:28 -08:00
.gitignore Initial commit. 2012-12-08 08:52:58 +11:00
LICENSE Fix license formatting. 2012-12-09 10:15:58 +11:00
pom.xml Add opencsv dependency 2013-02-20 19:42:40 -08:00
README.md Initial commit. 2012-12-08 08:52:58 +11:00

Special Source

Automatic generator and renamer of jar obfuscation mappings.