Add basic cable textures, needs some work
This commit is contained in:
parent
fe775a10eb
commit
672b3ac6f1
2 changed files with 24 additions and 17 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue