I can give myself ic2:te blocks simple enough with /give @p ic2:te <amount> <state> (example: /give @p ic2:te 1 46 will give me 1 Iron Furnace), but how do I use ic2:te blocks in the /fill command?
I tried /fill <x1> <y1> <z1> <x2> <y2> <z2> ic2:te 46 but it tells me 46 is too big and the number must be at most 15. Using a number from 0 to 15 just fills the specified area with untextured blocks called "ic2.te.name".
I tried /fill <x1> <y1> <z1> <x2> <y2> <z2> ic2:te#46 but it tells me there is no such block what that name.
Do ic2:te blocks just not work properly in the fill command?