diff --git a/build.gradle b/build.gradle index 8448f4039..524320ab1 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } diff --git a/src/main/resources/assets/techreborn/blockstates/cable.json b/src/main/resources/assets/techreborn/blockstates/cable.json index 2bf76ac58..385f1b56c 100644 --- a/src/main/resources/assets/techreborn/blockstates/cable.json +++ b/src/main/resources/assets/techreborn/blockstates/cable.json @@ -73,28 +73,44 @@ }, "type": { "copper" : { - + "textures": { + "cable": "techreborn:blocks/cables/copper_cable" + } }, "tin" : { - + "textures": { + "cable": "techreborn:blocks/cables/tin_cable" + } }, "gold" : { - + "textures": { + "cable": "techreborn:blocks/cables/gold_cabl" + } }, "hv" : { - + "textures": { + "cable": "techreborn:blocks/cables/hv_cable" + } }, "glassfiber" : { - + "textures": { + "cable": "techreborn:blocks/cables/glass_fiber_cable" + } }, "insulatedcopper" : { - + "textures": { + "cable": "techreborn:blocks/cables/copper_insulated_cable" + } }, "insulatedgold" : { - + "textures": { + "cable": "techreborn:blocks/cables/gold_insulated_cable" + } }, "insulatedhv" : { - + "textures": { + "cable": "techreborn:blocks/cables/hv_insulated_cable" + } } } }