module Base
{

model Cooking_SaucepanOil
	{
		mesh = Worlditems/C_SaucepanOil,
		texture = Worlditems/SaucepanOil,
		scale = 0.0045,
	}

model Hand_BottleLemongrass
	{
		mesh = Worlditems/H_EmptyBottle,
		texture = Worlditems/WaterBottleLemongrass,
		scale = 0.0045,
	}

model BowlHand
	{
		mesh = Worlditems/BowlHand,
		texture = Worlditems/BowlHand,
		scale = 0.0045,
	}

model BowlChips_Ground
	{
		mesh = Worlditems/BowlChips_Ground,
		texture = Worlditems/BowlChips,
		scale = 0.0045,
	}

model RoastedVegetables
    {
        mesh = WorldItems/RoastedVegtables,
        texture = WorldItems/RoastedVegetables,
        scale = 0.4,
    }

}