Updated readme and jitpack

This commit is contained in:
paulevsGitch 2021-07-09 22:59:43 +03:00
parent 607d46f2f4
commit 2c8862a37b
2 changed files with 6 additions and 2 deletions

View file

@ -13,5 +13,3 @@ Building:
* Run command line in folder: gradlew build
* Mod .jar will be in ./build/libs
Mappings:
* https://modmuss50.me/fabric.html?&version=1.16.4

6
jitpack.yml Normal file
View file

@ -0,0 +1,6 @@
# From https://github.com/jitpack/jitpack.io/issues/4506#issuecomment-864562270
before_install:
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 16.0.1.hs-adpt
- sdk use java 16.0.1.hs-adpt