mirror of
https://github.com/zaaarf/lillero-loader.git
synced 2024-11-21 20:44:48 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
518cd50de0
2 changed files with 5 additions and 5 deletions
|
@ -34,12 +34,12 @@ Go to the version folder corresponding to the instance you want to install this
|
||||||
{
|
{
|
||||||
"downloads": {
|
"downloads": {
|
||||||
"artifact": {
|
"artifact": {
|
||||||
"sha1": "cc97bee1d4fb382656c2cb85614bbabe8495a74d",
|
"sha1": "6c47486b1045652bbbf9d684e971441106a70c3b",
|
||||||
"size": 16291,
|
"size": 16951,
|
||||||
"url": "https://maven.fantabos.co/ftbsc/lll/0.2.1/lll-0.2.1.jar"
|
"url": "https://maven.fantabos.co/ftbsc/lll/0.2.2/lll-0.2.2.jar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "ftbsc:lll:0.2.1"
|
"name": "ftbsc:lll:0.2.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"downloads": {
|
"downloads": {
|
||||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
||||||
implementation 'org.ow2.asm:asm-commons:9.4'
|
implementation 'org.ow2.asm:asm-commons:9.4'
|
||||||
implementation 'cpw.mods:modlauncher:8.1.3'
|
implementation 'cpw.mods:modlauncher:8.1.3'
|
||||||
implementation 'ftbsc:lll:0.2.0'
|
implementation 'ftbsc:lll:0.2.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
// jar {
|
// jar {
|
||||||
|
|
Loading…
Reference in a new issue