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

@ -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"
}
}
}
}