CoolCrabs / brachyura

(WIP) Minecraft Modding Build Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brachyura

[WIP] Java build tool focused on Minecraft modding. Uses simple buildscripts written in Java with easy to understand and debug logic.

Goals

Predictable Simple Flexible

Discord

Join The Discord

File Structure

.
├── brachyura - Source for the build tool itself
│
├── cfr - CFR decompiler with brachyura changes (javadocs)
│
├── fabricmerge - Merge utilites from FabricMC Stitch seperated out and slightly improved
│
├── javacompilelib - Simple library to compile sources using javax.tools.JavaCompiler. Supports running in a separate process and can compile with JDK 6+.
│
└── testmod - A simple test mod compiled in brachyura's junit tests

About

(WIP) Minecraft Modding Build Tool

License:MIT License


Languages

Language:Java 100.0%Language:JavaScript 0.0%Language:Shell 0.0%