Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 341 Bytes

File metadata and controls

10 lines (7 loc) · 341 Bytes

Blacksmith

Blacksmith is the Java agent counterpart of ModernFix and VintageFix - it applies fixes & improvements to the earliest stages of modloading.

How to use

  1. Clone this repository.
  2. ./gradlew build
  3. Add -javaagent:<path to repo>/build/libs/blacksmith-1.0-SNAPSHOT.jar to your JVM arguments in a Forge 1.12+ instance.