Skip to content

A custom build of Hamburglar, a simple tool for comparing minecraft versions. Provided as-is; may be buggy.

Notifications You must be signed in to change notification settings

Pokechu22/Hamburglar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hamburglar

Hamburglar is a utility capable of automatically comparing different versions of minecraft game for the purpose of writing the protocol specification, interoperability, and other neat uses. The needed information is gathered with Burger and then piped to Hamburglar.

Usage

Currently the only way to use Hamburglar is to pipe in output from Burger.
I recommend using my own fork of Burger which adds items, packet contents and better recipes

$ python Burger/munch.py -c minecraft.1.5.jar minecraft.1.6.jar | python Hamburglar/hamburglar.py

Hamburglar expects a JSON list containing two objects. Using Burger's -t option is possible as missing toppings are ignored by Hamburglar.

$ python Burger/munch.py -c -t recipes,blocks,identify minecraft.1.5.jar minecraft.1.6.jar | python Hamburglar/hamburglar.py

Burger also offers an option to directly download the newest version of minecraft:

$ python Burger/munch.py -c -d minecraft.1.5.jar | python Hamburglar/hamburglar.py

About

A custom build of Hamburglar, a simple tool for comparing minecraft versions. Provided as-is; may be buggy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%