A library for some commonly used stuff in Origami
https://origami-games.github.io/sheet-lib
- JDK 8 is required. Install it using https://adoptopenjdk.net
- Download the sources to a folder
- Open a terminal window in the same directory as the sources (
shift
+right click
while inside the desired folder andOpen PowerShell window here
) and run./gradlew build
- After some time, the built mod will be in
/build/libs
.
SheetLib uses Fabric as it's mod API. Refer to their installation instructions here
Once you have Fabric installed, simply download the latest version of SheetLib from CurseForge and place it in your mods
folder.
Remember to use the Fabric launcher profile when starting the game!