module FunctionalAppliances
{
	imports
	{
		Base,
	}	

	model FABucketPopcorn
	{
		mesh = Worlditems/FABucketPopcorn,
		texture = Worlditems/FABucketPopcorn,
		scale = 0.0035,
	}
	model FAEmptyBucketPopcorn
	{
		mesh = Worlditems/FABucketPopcorn,
		texture = Worlditems/FAEmptyBucketPopcorn,
		scale = 0.0035,
	}
	model FABeerMug
    	{
        	mesh = FABeerMug,
        	texture = WorldItems/FABeerMug,
		scale = 1.2,
    	}
	model FAEmptyKeg
    	{
        	mesh = WorldItems/FAKeg,
        	texture = WorldItems/FAEmptyKeg,
		scale = 1.2,
    	}
	model FAKeg
    	{
        	mesh = WorldItems/FAKeg,
        	texture = WorldItems/FAKeg,
		scale = 1.2,
    	}
	model FASodaSyrupBox
	{
		mesh = WorldItems/FASodaSyrupBox,
		texture = WorldItems/FASodaSyrupBox,
		scale = 1.5,
	}
	model FACO2Tank
	{
		mesh = WorldItems/FACO2Tank,
		texture = WorldItems/FACO2Tank,
		scale = 0.20,
	}
    	model FASodaJerkMagazineOpen
	{
		mesh = Magazine,
		texture	= WorldItems/FASodaJerkMagazine,
	}
    	model FASodaJerkMagazineClosed
	{
		mesh = WorldItems/Magazine,
		texture	= WorldItems/FASodaJerkMagazine,	
		scale = 0.4,
	}
}