Skip to content

ctian1/minecraft-jar-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

minecraft-jar-extractor

python tools for extracting data from minecraft .jars

Usage

protocol_extractor.py

 $ python protocol_extractor.py decompiled_files_dir/

decompiled_files_dir should contain the decompiled source of a minecraft.jar. During testing, I used fernflower from https://the.bytecode.club/showthread.php?tid=5 with:

 $ java -jar fernflower.jar minecraft.jar decompiled_files_dir

after that, extract decompiled_files_dir/minecraft.jar into decompiled_files_dir.

  • sample output (left side is js, right is this repo)
  • this extractor is a python 3.4 port of that, with tiny changes
  • that extractor was made with a different version of fernflower possibly

About

python tools for extracting data from minecraft .jars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages