flatten cables, they dont render correctly in world yet

This commit is contained in:
modmuss50 2018-09-20 19:49:25 +01:00
parent a5a0d03591
commit e068ca018c
13 changed files with 92 additions and 237 deletions

View file

@ -31,17 +31,17 @@
"layer0": "techreborn:items/cables/glassfiber"
}
},
"insulatedcopper": {
"insulated_copper": {
"textures": {
"layer0": "techreborn:items/cables/insulatedcopper"
}
},
"insulatedgold": {
"insulated_gold": {
"textures": {
"layer0": "techreborn:items/cables/insulatedgold"
}
},
"insulatedhv": {
"insulated_hv": {
"textures": {
"layer0": "techreborn:items/cables/insulatedhv"
}

View file

@ -63,17 +63,17 @@
}
},
"type": {
"insulatedcopper": {
"insulated_copper": {
"textures": {
"cable": "techreborn:blocks/cables/copper_insulated_cable"
}
},
"insulatedgold": {
"insulated_gold": {
"textures": {
"cable": "techreborn:blocks/cables/gold_insulated_cable"
}
},
"insulatedhv": {
"insulated_hv": {
"textures": {
"cable": "techreborn:blocks/cables/hv_insulated_cable"
}