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
|
@ -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
Add a link
Reference in a new issue