FountainMC / FountainVanilla

FountainAPI implementation on NMS
MIT License
8 stars 2 forks source link

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/.