Add basic cable textures, needs some work

This commit is contained in:
modmuss50 2017-05-27 01:02:50 +01:00
parent fe775a10eb
commit 672b3ac6f1
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
2 changed files with 24 additions and 17 deletions

View file

@ -116,15 +116,6 @@ dependencies {
//deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
compile "CraftTweaker:CraftTweaker:1.11.2-3.0.24"
compile("codechicken:CodeChickenLib:1.11.2-+:deobf") {
transitive = false
}
compile("codechicken:NotEnoughItems:1.11.2-+:deobf") {
transitive = false
}
compile("codechicken:ForgeMultipart:1.11.2-+:deobf") {
transitive = false
}
deobfCompile 'net.industrial-craft:industrialcraft-2:2.7.5-ex111'
}