• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 13 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.

Burger

Burger is a "framework" for automatically extracting data from the Minecraft game for the purpose of writing the protocol specification, interoperability, and other neat uses.

The Idea

Burger is made up of toppings, which can provide and satisfy simple dependencies, and which can be run all-together or just a few specifically. Each topping is then aggregated by munch.py into the whole and output as a JSON dictionary.

Usage

The simplest way to use Burger is to pass the -d or --download flag, which will download the specified minecraft client for you. This option can be specified multiple times. The downloaded jar will be saved in the working directory, and if it already exists the existing verison will be used.

$ python munch.py --download 1.13.2

To download the latest snapshot, -D or --download-latest can be used.

$ python munch.py -D

Alternatively, you can specify the client JAR by passing it as an argument.

$ python munch.py 1.8.jar

You can redirect the output from the default stdout by passing -o <path> or --output <path>. This is useful when combined with verbose output (-v or --verbose) so that the output doesn't go into the file.

$ python munch.py -D --output output.json

You can see what toppings are available by passing -l or --list.

$ python munch.py --list

You can also run specific toppings by passing a comma-delimited list to -t or --toppings. If a topping cannot be used because it's missing a dependency, it will output an error telling you what also needs to be included. Toppings will generally automatically load their dependencies, however.

$ python munch.py -D --toppings language,stats

The above example would only extract the language information, as well as the stats and achievements (both part of stats).

More Repositories

1

pysimdjson

Python bindings for the simdjson project.
Python
642
star
2

notifico

IRC Message Relay
Python
154
star
3

can_ada

Python bindings for Ada, a fast and spec-compliant URL parser.
C++
129
star
4

PyNBT

Tiny NBT library. NBT is the datafile format used in Minecraft.
Python
48
star
5

lawu

A Python library for inspecting JVM class files (.class)
Python
47
star
6

ckanext-cloudstorage

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)
Python
35
star
7

fasterzip

A faster python zipfile.
C
31
star
8

py_yyjson

Python bindings for yyjson.
Python
25
star
9

json_benchmark

Python JSON benchmarking and "correctness".
Python
23
star
10

celery-heimdall

Helpful celery task queue extensions.
Python
21
star
11

pytextql

A python semi-clone of textql. Why you ask? Why not I say.
Python
21
star
12

flask-themer

Simple flask theme support.
Python
11
star
13

mutf8

Pure-python and optional C encoders/decoders for MUTF-8/CESU-8.
Python
11
star
14

smartie

Pure-python ATA/SATA/ATAPI/SCSI and disk enumeration library for Linux/Windows/OS X.
Python
9
star
15

starhopper

A Python library for parsing Bethesda game files, and a Qt-based GUI to go with it.
Python
7
star
16

wiki.vg

JavaScript
7
star
17

humanmark

Human-friendly markdown in Python.
Python
5
star
18

divine-pak

Read the Divinity: Original Sins 2 PAK file format
Python
5
star
19

utopia

Utopia aims to be a simple IRC framework. It is developed to meet the needs of Notifico, a cia.vc replacement.
Python
5
star
20

chancy

A postgres-backed task queue for Python.
Python
2
star
21

pydeno_core

Python bindings around pydeno_core.
Rust
2
star
22

manylinux

A derived manylinux image with newer versions of GCC baked in.
Dockerfile
2
star
23

skins.tkte.ch

A read-only, static archive of skins.tkte.ch
SCSS
2
star
24

dotfiles

My very uninteresting dotfiles.
Vim Script
1
star
25

clicky

Turn CLI applications into Slack & Discord bots.
Python
1
star
26

hymir

High-level workflows built on top of Celery.
Python
1
star