rest of the file looks like this
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all"
},
"variants": {
"variant": {
"black": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_black"
}
},
"blue": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_blue"
}
},
"brown": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_brown"
}
},
"cyan": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_cyan"
}
},
"grey": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_grey"
}
},
"green": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_green"
}
},
"light_blue": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_light_blue"
}
},
"light_gray": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_light_gray"
}
},
"lime": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_lime"
}
},
"magenta": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_magenta"
}
},
"orange": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_orange"
}
},
"pink": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_pink"
}
},
"purple": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_purple"
}
},
"red": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_red"
}
},
"white": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_white"
}
},
"yellow": {
"textures": {
"all": "multic:blocks/colored_planks/colored_planks_yellow"
}
}
}
}
}