When i try to start minecraft it keeps telling me that a model is missing for facing variants but the variants have an existing model.
This is the error in the log:
"cable" BlockState JSON:
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "engineerstech:blocks/cable_low_end"
},
"model": "engineerstech:block/cable",
"uvlock": true
},
"variants": {
"": [{
"textures": {
"all": "engineerstech:blocks/cable_low_end"
},
"model": "engineerstech:block/cable",
"uvlock": true
}],
"facing": {
"north": {
"model": "engineerstech:block/cable_extend"
},
"east": {
"model": "engineerstech:block/cable_extend",
"y": 90
},
"south": {
"model": "engineerstech:block/cable_extend",
"y": 180
},
"west": {
"model": "engineerstech:block/cable_extend",
"y": 270
},
"up": {
"model": "engineerstech:block/cable_extend",
"x": 90
},
"down": {
"model": "engineerstech:block/cable_extend",
"x": 270
}
}
}
}
"cable_extend" model JSON:
{
"textures": {
"particle": "engineerstech:blocks/cable_low_end",
"end": "engineerstech:blocks/cable_low_end",
"side": "engineerstech:blocks/cable_low_side"
},
"elements": [
{
"from": [6,6,16],
"to": [10,10,10],
"faces": {
"down": { "uv": [6,6, 16,16], "texture": "#side" },
"up": { "uv": [6,6, 16,16], "texture": "#side" },
"north": { "uv": [6,6, 10,10], "texture": "#end" },
"south": { "uv": [6,6, 10,10], "texture": "#end" },
"west": { "uv": [6,6, 16,16], "texture": "#side" },
"east": { "uv": [6,6, 16,16], "texture": "#side" }
}
}
]
}
my project repository: https://github.com/FuturisticLux/engineerstech