Fix running in dev?
I havent tested this, lets hope github web edit can save the day
This commit is contained in:
parent
4c956e39f6
commit
eee87e3ecd
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ dependencies {
|
|||
deobfCompile "codechicken:CodeChickenLib:1.12.2-+:universal"
|
||||
deobfCompile 'MCMultiPart2:MCMultiPart:2.4.1'
|
||||
deobfCompile "li.cil.oc:OpenComputers:MC1.12.2-1.7.2+"
|
||||
deobfCompile "blusunrize:ImmersiveEngineering:0.12-+:deobf"
|
||||
deobfCompile "blusunrize:ImmersiveEngineering:0.12-+"
|
||||
}
|
||||
|
||||
|
||||
|
@ -505,4 +505,4 @@ String humanizeArg(String arg){
|
|||
task copyToLib(type: Copy) {
|
||||
into "$buildDir/output/lib"
|
||||
from configurations.runtime
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue