mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-10 01:29:22 +01:00
fix: removed launcher implementation
This commit is contained in:
parent
d399b4ff66
commit
5b574a7cbf
2 changed files with 0 additions and 5 deletions
|
@ -3,13 +3,9 @@ apply plugin: 'java-library'
|
|||
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||
|
||||
repositories {
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
||||
implementation 'org.ow2.asm:asm-commons:9.4'
|
||||
implementation 'cpw.mods:modlauncher:8.1.3'
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ftbsc.lll.loader.LilleroLoader
|
Loading…
Reference in a new issue