Remove ShadowMC dependency
This commit is contained in:
parent
de10f71766
commit
059e83b6ba
|
@ -67,8 +67,6 @@ dependencies {
|
|||
compile group: "org.jetbrains.kotlin", name: "kotlin-stdlib", version: kotlin_version
|
||||
compile group: "org.jetbrains.kotlin", name: "kotlin-reflect", version: kotlin_version
|
||||
compile group: "org.jetbrains.kotlin", name: "kotlin-runtime", version: kotlin_version
|
||||
|
||||
deobfCompile group: "net.shadowfacts", name: "ShadowMC", version: mc_version + "-" + shadowmc_version
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
@ -6,6 +6,4 @@ mc_version = 1.10.2
|
|||
mcp_mappings = snapshot_20160802
|
||||
forge_version = 12.18.1.2045
|
||||
|
||||
kotlin_version = 1.0.3
|
||||
|
||||
shadowmc_version = 3.4.5-SNAPSHOT
|
||||
kotlin_version = 1.0.3
|
Loading…
Reference in New Issue