Try and fix cable inv rendering

This commit is contained in:
modmuss50 2017-06-12 11:17:57 +01:00
parent 624d8fb93a
commit e0f63fd0c5
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
3 changed files with 62 additions and 1 deletions

View file

@ -112,6 +112,62 @@
"textures": {
"cable": "techreborn:blocks/cables/hv_insulated_cable"
}
},
"inv_copper": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/copper_cable"
}
},
"inv_tin": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/tin_cable"
}
},
"inv_gold": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/gold_cable"
}
},
"inv_hv": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/hv_cable"
}
},
"inv_glassfiber": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/glass_fiber_cable"
}
},
"inv_insulatedcopper": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/copper_insulated_cable"
}
},
"inv_insulatedgold": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/gold_insulated_cable"
}
},
"inv_insulatedhv": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"textures": {
"cable": "techreborn:blocks/cables/hv_insulated_cable"
}
}
}
}