Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.23 KB

File metadata and controls

22 lines (16 loc) · 1.23 KB

Sable android patch

Modrinth Curseforge

Allows you to run sable on android by modifying it's loadLibrary method to load android native included in this patch mod.

Android sable_rapier native source code can be found here: https://github.com/aksksklskdamkwkskskd-del/sable_android

Build instruction

  • Download the repo manually or with git
  • Install jdk21
  • Open your terminal/cmd
  • Move to the repo's folder with the cd command
  • Run ./gradlew build on linux, or gradlew.bat build on windows
  • Get the jar from ./build/libs/ if it was successfully compiled

Or just use github actions.