Hi, can you add the new container skins?
And maybe apply the container skin color?
Like that:
switch(skinid)
{
case 10220:
buildingBlock.skinID = 10220;
buildingBlock.SetCustomColour(/*uint here*/);
break;
case 10221:
buildingBlock.skinID = 10221;
break;
default:
buildingBlock.skinID = 0uL;
break;
}