Lib update, ability to use local jars fom libs folder

This commit is contained in:
paulevsGitch 2021-12-23 04:47:03 +03:00
parent 1c43af9025
commit 2f490fa75c
3 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,9 @@ repositories {
maven { url "https://maven.shedaniel.me/" }
maven { url 'https://jitpack.io' }
maven { url 'https://maven.terraformersmc.com/releases' }
flatDir {
dirs 'libs'
}
}
loom {