Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 450 Bytes

Fountain Implementation

This is an implementation of the FountainAPI.

Setting up the workspace

There are scripts to decompile Minecraft and apply all the patches needed for editing.

$ python3 decompile.py
$ python3 applyPatches.py

The generated Minecraft source will be in src/main/java/net/minecraft/.

Compiling

Running mvn clean package will generate a runnable jar in target/.