//Blockland's default special bricks, whose own datablocks only ship compiled
//Names were matched to files by shape, see BrickTypes::load

datablock fxDTSBrickData(brick1x1FPrintData)
{
	brickFile = "./1x1FPrint.blb";
	category = "Special";
	subCategory = "Prints";
	uiName = "1x1F Print";
	iconName = "./1x1F Print";
};

datablock fxDTSBrickData(brick1x2FPrintData)
{
	brickFile = "./1x2FPrint.blb";
	category = "Special";
	subCategory = "Prints";
	uiName = "1x2F Print";
	iconName = "./1x2F Print";
};

datablock fxDTSBrickData(brick2x2FPrintData)
{
	brickFile = "./2x2FPrint.blb";
	category = "Special";
	subCategory = "Prints";
	uiName = "2x2F Print";
	iconName = "./2x2F Print";
};
